We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
With v3.0.0 you can use the hapi adapter of bull-board :]
v3.0.0
hapi
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: