Skip to content

Non-HTTP API support. #472

@tomaszmichalak

Description

@tomaszmichalak

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions