freeboard.io-node.js ========= This is a datasource plugin to connect freeboard.io dashboards to real-time node.js servers. - Subscribe to real-time events using WebSockets (Sockets.io) - Listen for events from different servers - Restrict events from only certain [namespaces or rooms](http://socket.io/docs/rooms-and-namespaces/) Installation -------------- 1. Place the file ```/datasources/plugin_node.js``` in yours freeboard.io plugins folder (```freeboard-master/js/freeboard/plugins```). 2. Edit your freeboard.io main HTML file and add the plugin to the header: ```js