Socket.io not creating a connection in Express.Js Server
I am trying to create a socket.io based connection in my localhost server running on port 80. All of a sudden it has stopped working as i did not see my debug statements in session middleware as well as the console.log messages in my io event “connection” indicating a problem about socket connection. Any help to resolve the issue would be greatly appreciated.