Crates.io | tide-websockets-ext |
lib.rs | tide-websockets-ext |
version | 0.1.0 |
source | src |
created_at | 2021-06-27 18:03:34.671007 |
updated_at | 2021-06-27 18:03:34.671007 |
description | Websockets state for saving tide-websockets WebsocketConnections |
homepage | |
repository | https://github.com/boydjohnson/tide-websockets-ext |
max_upload_size | |
id | 415480 |
size | 70,881 |
I wrote this library because it was the first thing I wrote while writing an echo server with tide-websockets. Allows sending to all or any websocket client by holding the WebsocketConnection
in a DashMap
.