muaz-khan / WebRTC-Scalable-Broadcast

This module simply initializes socket.io and configures it in a way that single broadcast can be relayed over unlimited users without any bandwidth/CPU usage issues. Everything happens peer-to-peer!
https://rtcmulticonnection.herokuapp.com/demos/Scalable-Broadcast.html
532 stars 142 forks source link

http to https in server.js? #26

Open ChanSeongKim opened 8 years ago

ChanSeongKim commented 8 years ago

Hi muza-khan, server.js is based on http connection. But chrome web-browsers and web-view in android requires https connection. I tried server.js in node.js. But I'd like to how to setup a http to https connection(redirect?). Thank you in-advance.