Tag Archives: Node.js

Error while hosting Node+socket.io chat room on Azure

One of our recent projects involve a scalable mult-chatroom service. Deciding to go the route of Node+socket.io for scalable and performance oriented service we started with the official socket.io tutorial at (http://socket.io/get-started/chat/). That worked wonderfully . As the next step we went ahead and hosted it on Azure! Here is what the socket told us! […]