I am trying to integrate Socket.io with Angular and I\'m having difficulties making a connection from the client-side to the server. I\'ve looked through other related quest
I solved this by removing io.listen(server);. I started running into this error when I started integrating passport.socketio and using passport middleware.