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

split websocket-chat example

This commit is contained in:
Nikolay Kim
2018-05-11 14:35:43 -07:00
parent 88194b9cd4
commit 16f7649b29
17 changed files with 1109 additions and 210 deletions

View File

@ -22,4 +22,5 @@ members = [
"web-cors/backend",
"websocket",
"websocket-chat",
"websocket-tcp-chat",
]