node-group-chat
node-group-chat copied to clipboard
does not work if deploy it to Heroku or Google Cloud Platform
It works fine in my local server, but does not work if deploy it to Heroku or Google Cloud Platform.
You just need to change the var socket initialisation statement to var socket = io();
You just need to change the
var socketinitialisation statement tovar socket = io();
I tried this, the app did run but i did not get a username popup at the beginnning and then a POST error
Edit : I replaced https with http and it ran like a road runner xD
even once I replace it with http it still does not work