feat: add basic WebSocket server with echo handler

This commit is contained in:
SauceyRed 2025-05-15 11:54:20 +02:00
parent b499ff1cf8
commit 79cfa25855
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
3 changed files with 91 additions and 37 deletions

View file

@ -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"