Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niv/websocket.nim
websockets for nim
https://github.com/niv/websocket.nim
Last synced: 24 days ago
JSON representation
websockets for nim
- Host: GitHub
- URL: https://github.com/niv/websocket.nim
- Owner: niv
- License: other
- Created: 2016-04-14T15:18:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T09:11:36.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T03:08:01.425Z (3 months ago)
- Language: Nim
- Homepage: http://niv.github.io/websocket.nim/docs/0.1.1/websocket.html
- Size: 821 KB
- Stars: 101
- Watchers: 11
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nim - websocket.nim - WebSockets for Nim. (Web / Protocols)
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](http://niv.github.io/websocket.nim/docs/websocket.html) for usage instructions.