# Websoc-Kit
[](https://crates.io/crates/websoc-kit)
[](https://docs.rs/websoc-kit)
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](https://www.toddgriffin.me/).
`websoc-kit` is open source under the
[MIT License](https://github.com/goddtriffin/websoc-kit/blob/main/LICENSE).