H3
H3. @bull-board/h3 plugs in as an H3 event handler.
Install
registerHandlers() returns an H3 handler tree. Mount it alongside your router, the adapter handles its own sub-paths under the base path.
Supported h3 versions
@bull-board/h3 supports h3 1.x and 2.x, and the suite runs against both on every CI build.
The 2.x side is tested against 2.0.1-rc.29, because that is what h3 currently publishes under
its latest tag; 1.x lives on the 1x tag. The declared range picks up a stable 2.0.0 as soon
as it ships.
You do not need to configure anything. The adapter registers its routes and sets the content type of the dashboard HTML explicitly, which is what makes the same code work on both majors.
Full runnable example
- Simple setup:
examples/with-h3
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.