Example code for using ssl with node
npm installnode serverRuns a basic server that serve at port 9000.
This source code uses express framework.
node socketThis source also serving a basic http server but in additionally using socket.io.
You have kill other server if you started it before, because both of these servers are using port 9000
As you can see as same as previous file. Just added socket.io configurations.