mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-11 18:13:11 +00:00
480 B
480 B
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'