websoc-kit

Crates.iowebsoc-kit
lib.rswebsoc-kit
version0.0.1
sourcesrc
created_at2024-09-27 04:26:05.402935
updated_at2024-09-27 04:26:05.402935
descriptionA highly-opinionated Websocket tooling kit.
homepagehttps://www.toddgriffin.me/
repositoryhttps://github.com/goddtriffin/websoc-kit
max_upload_size
id1388230
size24,960
Todd Griffin (goddtriffin)

documentation

README

Websoc-Kit

Version Docs

A highly-opinionated Websocket tooling kit.

Features

WebsocKitManager

Manages Websocket connections.

WebsocKitClient

A WebsocketClient.

Highly-Opiniated Opinions

Only allows binary messages. If a text message is received, the Websocket connection is dropped immediately.

Developers

Project is under active maintenance - even if there are no recent commits! Please submit an issue / bug request if the library needs updating for any reason!

Commands

  • make lint
  • make test
  • make fix

Credits

Made with 🤬 and 🥲 by Todd Everett Griffin.

websoc-kit is open source under the MIT License.

Commit count: 2

cargo fmt