Does anybody know of a good sample project of a simple web server in Nim that also supports web sockets?
Here is a fairly basic package to do this: https://github.com/niv/websocket.nim.
I successfully used it in some JavaScript games already.