# @bull-board/express

> A Express.js server adapter for Bull-Board dashboard.

Latest version **9.10.1** (published 2026-09-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bull-board/express
pnpm add @bull-board/express
yarn add @bull-board/express
bun add @bull-board/express
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 9.10.1 |
| Published | 2026-09-12 |
| First published | 2021-05-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 12 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3482 |
| Author | felixmosh |
| Maintainers | felixmosh |
| Keywords | bull, bullmq, redis, express, adapter, queue, monitoring, dashboard |

## Links

- npm: https://www.npmjs.com/package/@bull-board/express
- Repository: https://github.com/felixmosh/bull-board
- Homepage: https://github.com/felixmosh/bull-board#readme
- Issues: https://github.com/felixmosh/bull-board/issues
- npm.io page: https://npm.io/package/@bull-board/express

## Dependencies (4)

- [ejs](https://npm.io/package/ejs.md) ^6.0.1
- [express](https://npm.io/package/express.md) ^5.2.1
- [@bull-board/ui](https://npm.io/package/@bull-board/ui.md) 9.10.1
- [@bull-board/api](https://npm.io/package/@bull-board/api.md) 9.10.1

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 9.10.1 (latest) — 2026-09-12
- 9.10.0 — 2026-09-10
- 9.9.0 — 2026-09-08
- 9.8.0 — 2026-09-03
- 9.7.0 — 2026-09-03
- 9.6.1 — 2026-09-01
- 9.6.0 — 2026-08-30
- 9.5.0 — 2026-08-26
- 9.4.0 — 2026-08-22
- 9.3.3 — 2026-08-22
- 9.3.2 — 2026-08-19
- 9.3.1 — 2026-08-19
- 9.2.0 — 2026-08-18
- 9.1.0 — 2026-08-18
- 9.0.1 — 2026-08-18
- … 251 more at https://npm.io/package/@bull-board/express/versions

## README

# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/express 

[Express.js](https://expressjs.com/) server adapter for `bull-board`.

<p align="center">
  <a href="https://www.npmjs.com/package/@bull-board/express">
    <img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/express">
  </a>
  <a href="https://www.npmjs.com/package/@bull-board/express">
    <img alt="npm downloads" src="https://img.shields.io/npm/dw/@bull-board/express">
  </a>
  <a href="https://github.com/felixmosh/bull-board/blob/master/LICENSE">
    <img alt="licence" src="https://img.shields.io/github/license/felixmosh/bull-board">
  </a>
<p>

![Overview](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/overview.png)
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/dashboard.png)

# Usage examples
1. [Simple express setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-express)
2. [Basic authentication example](https://github.com/felixmosh/bull-board/tree/master/examples/with-express-auth)
2. [Multiple instance of the board](https://github.com/felixmosh/bull-board/tree/master/examples/with-multiple-instances)

For more info visit the main [README](https://github.com/felixmosh/bull-board#readme)

---
_Source: https://npm.io/package/@bull-board/express · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
