1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Add bare-bones WS server for autobahn testing (#331)

This commit is contained in:
Mark Lodato
2020-06-19 15:38:11 -04:00
committed by GitHub
parent 5b3c996774
commit b7ff0d1ffe
6 changed files with 122 additions and 0 deletions

View File

@ -46,6 +46,7 @@ members = [
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-autobahn",
"websocket-chat",
"websocket-chat-broker",
"websocket-tcp-chat",