BUILDING A STREAMING QUOTE SERVER USING NODE.JS AND WEBSOCKETS A couple of years ago, I implemented a quote server using XMPP, Bosh, Strophe and Ejabbberd at work and described an overview of the design and code in my blog. We have been looking at Node.js and Websockets recently for streaming data so I will describe a simple implementation of quote server here using those two technologies:
Great example of using socket.io, a server, subscriber module, and a third party API



















