Build basic ws echo server
This commit is contained in:
parent
73ffae3898
commit
70bb6f31cf
3 changed files with 649 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue