webpack/webpack-hot-middleware
Webpack hot reloading you can attach to your own server observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4140
- days_rel: n/a
- days_push: 21
- n_releases_24m: 0
Adoption not part of the score
2377 stars · 290 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js middleware that adds webpack hot module replacement (HMR) to your own HTTP server, working alongside webpack-dev-middleware without needing webpack-dev-server. It handles the browser-client connection and update subscription, while applying changes via webpack's HMR API.
Use cases
- add hot reloading to an existing express server
- use webpack HMR without webpack-dev-server
- custom dev server with live module replacement
- hot reload a node backend serving a webpack bundle
- wire HMR into a framework-agnostic server setup
When to choose
- you already run your own server and want webpack hot reloading attached as middleware
- webpack-dev-server is too opinionated for your setup
- you need fine control over the dev server while keeping HMR
When to avoid
- you are happy with webpack-dev-server's built-in HMR
- your app does not use webpack
- you need the library to make your components themselves hot-reloadable (it only wires the update mechanism)
Facets
library · maturity stable
middleware build-tool developer-tools web-development frontend developer-tools webpack hot-module-replacement hmr hot-reloading express-middleware nodejs web-server
1 source
- readme: https://github.com/webpack/webpack-hot-middleware · fetched 2026-08-28 · 111d57a64dcd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| webpack/webpack-hot-middleware | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="webpack/webpack-hot-middleware")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem