mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:07:35 +00:00
Ladybird: Add WebSocket server for use by Lagom networking
Hide its use behind the same flag as RequestServer in WebContent.
This commit is contained in:
parent
dd694215bc
commit
7d7c419ce6
15 changed files with 162 additions and 32 deletions
|
@ -4,7 +4,6 @@ add_subdirectory(FileOperation)
|
|||
add_subdirectory(ImageDecoder)
|
||||
add_subdirectory(LookupServer)
|
||||
add_subdirectory(WebServer)
|
||||
add_subdirectory(WebSocket)
|
||||
|
||||
if (SERENITYOS)
|
||||
add_subdirectory(AudioServer)
|
||||
|
@ -26,5 +25,6 @@ if (SERENITYOS)
|
|||
add_subdirectory(TelnetServer)
|
||||
add_subdirectory(WebContent)
|
||||
add_subdirectory(WebDriver)
|
||||
add_subdirectory(WebSocket)
|
||||
add_subdirectory(WindowServer)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue