-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
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.
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.
Reactions are currently unavailable