Build basic ws echo server

This commit is contained in:
Joscha 2022-02-08 03:26:46 +01:00
parent 73ffae3898
commit 70bb6f31cf
3 changed files with 649 additions and 9 deletions

View file

@ -5,4 +5,7 @@ edition = "2021"
[dependencies]
cove-core = { path = "../cove-core" }
futures = "0.3.21"
serde_json = "1.0.78"
tokio = { version = "1.16.1", features = ["full"] }
tokio-tungstenite = "0.16.1"