Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/tide-websockets-ext
Helper code for working with `tide-websockets` crate.
https://github.com/boydjohnson/tide-websockets-ext
Last synced: 11 days ago
JSON representation
Helper code for working with `tide-websockets` crate.
- Host: GitHub
- URL: https://github.com/boydjohnson/tide-websockets-ext
- Owner: boydjohnson
- License: apache-2.0
- Created: 2021-06-23T18:42:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T18:04:19.000Z (over 3 years ago)
- Last Synced: 2024-10-13T06:56:35.414Z (about 1 month ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# tide-websockets-ext
I wrote this library because it was the first thing I wrote while writing an echo server with [tide-websockets](https://github.com/http-rs/tide-websockets). Allows sending to all or any websocket client by holding the `WebsocketConnection` in a `DashMap`.