feat: add basic WebSocket server with echo handler
This commit is contained in:
parent
b499ff1cf8
commit
79cfa25855
3 changed files with 91 additions and 37 deletions
|
@ -28,6 +28,8 @@ toml = "0.8"
|
|||
url = { version = "2.5", features = ["serde"] }
|
||||
uuid = { version = "1.16", features = ["serde", "v7"] }
|
||||
random-string = "1.1"
|
||||
actix-ws = "0.3.0"
|
||||
futures-util = "0.3.31"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.44"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue