1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +02:00

add actorless chat example

This commit is contained in:
Rob Ede
2022-07-11 20:19:29 +01:00
parent fd17252725
commit f3ff729a69
9 changed files with 581 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ members = [
"templating/yarte",
"unix-socket",
"websockets/autobahn",
"websockets/chat-actorless",
"websockets/chat-broker",
"websockets/chat-tcp",
"websockets/chat",