This node server demonstrates testing for WebRTC implementation with socket.io
First, create key folder in root and put 3 certification files below onto it if you want to open it with https.
chain1.pem - ca file
fullchain1.pem - cert file
privkey1.pem - private key file
Then,
npm install
npm start