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! […]
Monthly Archives: April 2015
Async fun with Metro Apps!
Async programming is key today. Making the user wait while you process data is passé ,not acceptable to the modern user and against all usability principles!! But the user does want to be informed when the processing is over and what was the outcome! So how do we inform the user from asynchronous method? A […]