Monitor Dashboard
Control Panels & Monitors
Monitor-dashboard is a web app for the node-monitor project. It lets you build custom pages for visualizing your Node.js app servers.
To install and run the dashboard:
$ npm install monitor-dashboard
$ npm start monitor-dashboard
Now navigate to http://localhost:4200/ in your browser.
The Getting Started page has more information
about building dashboards using the built-in components.
If you like what you see, send some ♥ to the project team...
$ npm star monitor monitor-dashboard
Dashboards
The Dashboard app lets you assemble components into pages
in your web browser, where each page is a different dashboard.
View details »
Tours
Automatically cycle through
your dashboards on a full screen monitor.
View details »
Apps
Build monitoring into your apps and Node.js modules, and distribute
your monitors with npm.
View details »