mirror of
https://github.com/niv/websocket.nim
synced 2026-01-15 16:31:46 +00:00
No description
| examples | ||
| websocket | ||
| .gitignore | ||
| LICENCE | ||
| README.md | ||
| websocket.nim | ||
| websocket.nimble | ||
websocket.nim
A websocket library for nim, providing both client and server support.
This is a pre-release and not final software. There might be bugs, unintended side-effects, the API might change without warning between releases, and features are missing - namely:
- A robust RNG for the client data masking
See the API docs for usage instructions.