niv / websocket.nim

websockets for nim
http://niv.github.io/websocket.nim/docs/0.1.1/websocket.html
Other
101 stars 25 forks source link

Fixes frame creation for large payloads. Fixes #37. #48

Closed dom96 closed 5 years ago

dom96 commented 5 years ago

Tested by running the newly added tests: nim c -r websocket/shared.nim.

dom96 commented 5 years ago

Hope you guys don't mind the rewrite :)

metagn commented 5 years ago

Im sure it can be refactored later if it looks too weird