websocket
websockets for nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install websocket
choosenim install websocket
git clone https://github.com/niv/websocket.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| websocket | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/niv/websocket.nim |
|---|---|
| Homepage | https://github.com/niv/websocket.nim |
| Registry Source | nimble_official |
README
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.