We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53474a7 commit 4ec7381Copy full SHA for 4ec7381
Cargo.toml
@@ -1,7 +1,11 @@
1
[package]
2
name = "wsbroad"
3
+description = "[nightly-only] Websocket server that broadcasts each message to other clients connected to the same URL"
4
version = "0.1.0"
5
authors = ["Vitaly _Vi Shukela <vi0oss@gmail.com>"]
6
+keywords = ["websocket", "websockets", "rfc6455", "broadcast", "nightly", "application"]
7
+categories = ["command-line-utilities", "network-programming", "web-programming", "web-programming::websocket"]
8
+license = "MIT/Apache-2.0"
9
10
[dependencies]
11
futures-await = { version = "0.1" }
0 commit comments