Socket
Socket
Sign inDemoInstall

express-status-monitor

Package Overview
Dependencies
44
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "express-status-monitor",
"version": "0.0.1",
"version": "0.0.2",
"description": "Monitoring for Express-based Node applications",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -1,10 +0,10 @@

# express-monitor
# express-status-monitor
A module based on Socket.io and Chart.js to report realtime server metrics for Express-based node servers. More Node frameworks coming soon.
![Monitoring Page](/out.gif?raw=true "Monitoring Page")
![Monitoring Page](http://imgur.com/AHizEWq "Monitoring Page")
## How to use it (in progress)
1. Add this as a dependency (will be on NPM soon)
## Installation & setup
1. Run `npm install express-status-monitor --save`
2. Before any other middleware or router add following line:
`app.use(expressMonitor());`
`app.use(require('express-status-monitor')());`
3. Run server and to go `/status`

@@ -35,2 +35,2 @@

[MIT License](https://opensource.org/licenses/MIT) © Rafal Wilinski
[MIT License](https://opensource.org/licenses/MIT) © Rafal Wilinski
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc