Search code examples
websocketwebservernim-lang

Web server sample that supports web sockets in Nim


Does anybody know of a good sample project of a simple web server in Nim that also supports web sockets?


Solution

  • Here is a fairly basic package to do this: https://github.com/niv/websocket.nim.

    I successfully used it in some JavaScript games already.