Cloud Messaging with Node.js and RabbitMQ

Learn about the advantages of a message oriented architecture to be able to mash up together a polyglot system of apps and services with with Node.js and RabbitMQ.

This video presents CloudStagram, an Instagram clone prototype that has been built with “real time” features from the get go. New uploaded images are broadcasted for background processing using RabbitMQ from the node.js frontend to the Clojure backend. From there real time updates are pushed back to the node.js servers and then to the browser via sock.js. All this implemented in such a fashion that allows horizontal scalability of both the frontend app and the workers app with the requirement of deploying the app to a public Cloud.

Video producer: http://www.ndcoslo.com/