Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard in Hapi Framework #103

Closed
yohanbrg opened this issue May 1, 2020 · 2 comments · Fixed by #281
Closed

Dashboard in Hapi Framework #103

yohanbrg opened this issue May 1, 2020 · 2 comments · Fixed by #281

Comments

@yohanbrg
Copy link

yohanbrg commented May 1, 2020

Does anyone use bull-board with the framework Hapi ?

If yes, can you explain me how I can integrate with Hapi without using Express (if it's possible) ?

I've already do the setup with setQueues, but I don't understand how to setup the UI access.

Thanks a lot

@balexandre
Copy link

balexandre commented Jul 24, 2020

from what you can see in the source code, this package was developed around ExpressJs and heavily uses it's routing options...

it might just be easier to develop your own dashboard, you simply query the queue for information

then again, if you're happy to have 2 web frameworks on your server, issue #29 might serve you with some help

@felixmosh
Copy link
Owner

With v3.0.0 you can use the hapi adapter of bull-board :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants