@bull-board/express
Version:
A Express.js server adapter for Bull-Board dashboard.
26 lines (20 loc) • 1.36 kB
Markdown
# <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">
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board">
</a>
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE">
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board">
</a>
<p>


# 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)