Added Readme.md
Showing
2 changed files
with
11 additions
and
0 deletions
README.md
0 → 100644
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 |  | ||
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
0 → 100644

217 KB
-
Please register or sign in to post a comment