ssl - Node.js and wss:// -


I'm looking to start using javascript on the server, which is most likely with node.js Use Websites to Communicate With customers, however, there is not a lot of information about encrypted websocket communication using TLS and wss: // handlers. Actually the only server that I have explicitly supported is wss: // caging.

Todo is the only reference that I could find in various node implementations. Am I missing something or are the webcode JS server not ready for encrypted communication?

Another option can be used as a node listener or as a proxy, is there any success in it?

TLS / SSL support works in Node.js for this websocket implementation, I test it right now Done:


Comments