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

WebSocket Chat example using actix-broker (#44)

WebSocket Chat Example rewrite with actix-broker
This commit is contained in:
Christopher Ricketts
2018-09-18 11:19:45 +01:00
committed by Douman
parent 6b68cfc529
commit 8edf86e4b8
8 changed files with 511 additions and 0 deletions

View File

@ -31,5 +31,6 @@ members = [
"web-cors/backend",
"websocket",
"websocket-chat",
"websocket-chat-broker",
"websocket-tcp-chat",
]