niv / websocket.nim

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

Secure websockets? #47

Closed kodkuce closed 5 years ago

kodkuce commented 5 years ago

Any plan on adding support for secure websockets , wss using TLS or whatever :)

metagn commented 5 years ago

Ideally you'd use nginx, as far as i can tell this is the preferred way for getting secure nim servers. It would be hard to find someone interested in adding native support.

kodkuce commented 5 years ago

oh i dident even know i could do that with nginx , ty will try

dom96 commented 5 years ago

Can confirm that this works. Did it with my snake game.