No description
Find a file
2022-12-04 12:10:16 +03:00
examples 0.5.0 (#68) 2020-05-02 20:09:16 +03:00
websocket correct check for valid opcode + fix some warnings 2022-12-04 12:10:16 +03:00
.gitignore work in progress! 2016-04-14 17:22:59 +02:00
LICENCE server: don't use template. also add a LICENCE 2016-04-14 19:29:47 +02:00
README.md 0.5.0 (#68) 2020-05-02 20:09:16 +03:00
websocket.nim base support for http servers outside of asynchttpserver 2018-06-27 18:13:37 +03:00
websocket.nimble correct check for valid opcode + fix some warnings 2022-12-04 12:10:16 +03:00

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.