5c4f897e by Rafal Wilinski

:watermelon: Added Readme.md

1 parent 5c7a8006
1 #### express-monitor
2 A module based on Socket.io and Chart.js to report realtime server metrics for Express-based node servers.
3
4 ![Monitoring Page](/out.gif?raw=true "Monitoring Page")
5
6 ### How to use it (in progress)
7 1. Add this as a dependency (will be on NPM soon)
8 2. Before any other middleware or router add following line:
9 `app.use(expressMonitor());`
10 3. Run server and to go `/status`
11
out.gif

217 KB

Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!