Open Chipingai opened 5 years ago
You just need to change the var socket
initialisation statement to var socket = io();
You just need to change the
var socket
initialisation 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
It works fine in my local server, but does not work if deploy it to Heroku or Google Cloud Platform.