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

stateful websockets using actors (#384)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Aravinth Manivannan
2020-11-30 18:11:33 +05:30
committed by GitHub
parent c6f9ce071a
commit 876da8cf70
4 changed files with 54 additions and 6 deletions

17
Cargo.lock generated
View File

@@ -6274,6 +6274,23 @@ dependencies = [
"serde_json",
]
[[package]]
name = "websocket-state"
version = "2.0.0"
dependencies = [
"actix 0.10.0",
"actix-files 0.3.0",
"actix-web 3.2.0",
"actix-web-actors 3.0.0",
"byteorder",
"bytes 0.5.6",
"env_logger 0.7.1",
"futures 0.3.6",
"rand",
"serde 1.0.116",
"serde_json",
]
[[package]]
name = "websocket-tcp-example"
version = "2.0.0"