mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:47:34 +00:00
LibWebSocket: Add a new websocket library
This library currently contains a basic WebSocket client that can handle both standard TCP websockets and TLS websockets.
This commit is contained in:
parent
b30f5dc8b5
commit
d3a89ce737
13 changed files with 1407 additions and 0 deletions
|
@ -37,4 +37,5 @@ add_subdirectory(LibTLS)
|
|||
add_subdirectory(LibTTF)
|
||||
add_subdirectory(LibVT)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(LibWebSocket)
|
||||
add_subdirectory(LibX86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue