Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.