Express
Express.js. @bull-board/express mounts as a sub-router under any path.
Install
The path in setBasePath() must match the mount point in app.use().
Full runnable examples
- Simple setup:
examples/with-express - With basic auth:
examples/with-express-auth - With CSRF:
examples/with-express-csrf - Multiple dashboard instances:
examples/with-multiple-instances
Next steps
- UIConfig: title, logo, locale, polling.
- Read-only mode: disable destructive actions.
- Visibility guard: scope visible queues per request.
- Formatters: rewrite job fields for the UI.