# RafalWilinski/express-status-monitor

🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev

Repository: https://github.com/RafalWilinski/express-status-monitor
Canonical: https://ross.abutalabs.com/products/express-status-monitor
Homepage: https://dynobase.dev/
Language: JavaScript
License: MIT
License Family: permissive
Topics: socket, middleware, express, node, monitoring, monitoring-page, observability, health-checks, health-check, javascript, nodejs, expressjs
Last push: 2026-02-16T00:13:30+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 67, release rhythm 8, longevity 100
- inputs: {"age_days": 3685, "days_push": 199, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3615, forks 264 (observed 2026-08-28T04:08:11.739094+00:00)

## What it is
A self-hosted Express middleware that adds a realtime status monitoring page to Node.js/Express applications, built on Socket.io and Chart.js. It reports server metrics like CPU, memory, event loop lag, response times, requests per second, and status codes, with optional health checks.

## Use cases
- monitor my express app's cpu and memory in realtime
- add a /status dashboard to a node.js server
- track requests per second and response times for an express api
- set up health checks for my node service endpoints
- self-hosted monitoring page for a nodejs app
- watch event loop lag and heap usage in express

## When to choose
- you run an Express (or compatible Node.js) app and want a quick, zero-infrastructure status dashboard
- you want lightweight in-process metrics without deploying Prometheus/Grafana
- you need simple HTTP health checks displayed alongside server metrics

## When to avoid
- you need distributed tracing, alerting, or metrics across many services/hosts
- your app is not Express-based (consider koa-monitor or hapijs-status-monitor instead)
- you need long-term metric retention or historical analysis - data is kept in memory only

## Facets
- artifact type: library
- maturity: maintenance
- function: monitoring, middleware, websocket, charts
- domain: monitoring, web-development, backend, developer-tools
- platform: self-hosted
- tags: express, status-page, health-checks, socket-io, chart-js, observability, realtime-metrics, real-time, nodejs, web-server

## Member repositories
- RafalWilinski/express-status-monitor (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:11.739094+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:33:35.738766+00:00, confidence not recorded.
  - readme: https://github.com/RafalWilinski/express-status-monitor (fetched 2026-08-28T04:08:11.739094+00:00, sha a1eb25f43f28)
  - homepage: https://dynobase.dev/ (fetched 2026-08-29T09:26:56.487639+00:00, sha 9ad09009da8d)
  - registry_npm: https://registry.npmjs.org/express-status-monitor (fetched 2026-08-29T09:26:56.502547+00:00, sha f1b7504f3528)
  - site_page: https://dynobase.dev/dynamodb-local-admin-gui (fetched 2026-08-29T09:26:56.497157+00:00, sha 0a0a70cfa32c)
  - site_page: https://dynobase.dev/dynamodb-pricing-calculator (fetched 2026-08-29T09:26:56.499110+00:00, sha ce72af94ef10)
  - site_page: https://dynobase.dev/dynamodb-faq (fetched 2026-08-29T09:26:56.500915+00:00, sha bcd358bd9abe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
