Joachim Van Herwegen
|
7cc0e3fbcc
|
Merge branch 'main' into versions/6.0.0
# Conflicts:
# src/init/ServerInitializer.ts
# src/server/BaseHttpServerFactory.ts
# src/server/HttpServerFactory.ts
# src/server/WebSocketServerFactory.ts
# test/unit/server/BaseHttpServerFactory.test.ts
|
2023-02-01 10:13:04 +01:00 |
|
Koen Luyten
|
bf0e35be37
|
feat: allow server to bind to Unix Domain Sockets
|
2022-11-18 15:41:20 +01:00 |
|
Joachim Van Herwegen
|
4223dcf8a4
|
feat: Split up server creation and request handling
This allows us to decouple the WebSocket listening from the HTTP configs,
making these features completely orthogonal.
|
2022-11-09 09:10:00 +01:00 |
|
Joachim Van Herwegen
|
29ddf57341
|
feat: Add Finalizable interface
|
2021-06-14 16:11:56 +02:00 |
|
Ruben Verborgh
|
04a91858c2
|
refactor: Split off ServerInitializer.
|
2020-12-08 10:19:35 +01:00 |
|