knotx
knotx copied to clipboard
Non-HTTP API support.
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.