lua-websockets
lua-websockets copied to clipboard
SSL?
A quick question: I have a websocket server behind https. How hard would it be to use lua-websockets in such a context?
Cheers /Joakim
Since lua-websockets doesn't support ssl yet, we ended up using stunnel as a workaround.
My PR #91 has WSS support for Sync & Copas Clients