a1c1c37a41 | ||
---|---|---|
src | ||
test | ||
.editorconfig | ||
Readme.md | ||
lint.nims | ||
ws.nimble |
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
Starting HTTP server:
nim c -r test/server.nim
Testing Server Response:
curl --location --request GET 'http://localhost:8888'