Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.