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
The open API is designed for HTTP-based requests. Knot.x should be adapted to support two-way communication via websites.
Describe the solution you'd like The proposition is to add a customRoutes configuration similar to the Open API one.
customRoutes
httpRoutingOperations = { } customRoutes = [ ROUTE, ROUTE ]
where ROUTE would be:
{ "path": "/eventbus/", "handlers": [ ... ] }
Describe alternatives you've considered Run another Vert.x server on a different port.
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The open API is designed for HTTP-based requests. Knot.x should be adapted to support two-way communication via websites.
Describe the solution you'd like
The proposition is to add a
customRoutes
configuration similar to the Open API one.where ROUTE would be:
Describe alternatives you've considered
Run another Vert.x server on a different port.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: