Skip to content
Mike Reust edited this page May 5, 2013 · 3 revisions

This is a relatively simple app I created when playing around with .NET websockets, SignalR, NVD3 and linq.js. It's a real-time API dashboard that receives messages from RabbitMQ and then pushes them out to connected browsers. Browsers then update in real-time to display the data in a useful format.

Demo: http://www.youtube.com/watch?v=OCxbPxTvJIQ

Clone this wiki locally