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!
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.
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.