I want to start using javascript on the server, most likely using node.js, and also use web ports to communicate with clients. However, it seems that there is not much information about encrypted communication through a web interface using TLS and the wss: // handler. In fact, the only server I've seen explicitly supports wss: // is Kaazing.
This TODO is the only link I could find in various node implementations. Am I missing something or am not ready to start already encrypted messages to js web server?
Another option might use something like lighttpd or apache for the proxy for the node listener, did anyone succeed there?
source share