Websocket for Nim
Go to file
Arijit Das 19a573e756 Add Todo to use chronos async fd 2020-12-01 19:19:13 +05:30
src Add Todo to use chronos async fd 2020-12-01 19:19:13 +05:30
test Fix package import 2020-12-01 18:53:27 +05:30
.editorconfig Implement web socket handshake 2020-12-01 18:13:59 +05:30
Readme.md Implement web socket handshake 2020-12-01 18:13:59 +05:30
lint.nims Implement web socket handshake 2020-12-01 18:13:59 +05:30
ws.nimble Fix package import 2020-12-01 18:53:27 +05:30

Readme.md

Websocket for Nim

We're working towards an implementation of the Websocket protocol for Nim. This is very much a work in progress, and not yet in a usable state.

Building and testing

Install dependencies:

nimble install -d

Run tests:

nimble test