I deploy the Socket.io Official Chat application on Firebase, but it always show https://.firebaseapp.com/socket.io/ [HTTP/1.1 404 Not Found] in the console. How to fix this problem?? And It works on my local machine http://localhost:3000
Should I change var http = require('http').Server(app); to var http = require('https').Server(app); Because Firebase Hosting is SSL-only.
Any help would be much appreciated. Best Regards.