Replies: 2 comments
-
/cc @geoand (kotlin) |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using JAX-RS annotations, then depending on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm working on a SignalR implementation for Quarkus, and I'm looking to implement this as a library (rather than an extension)
That being said, the pattern I'm aiming for is to register endpoints dynamically both for HTTP and Websockets.
For now I'm exclusively dealing with websockets:
As far as I can tell, undertow-sockets had exactly what I needed in the form of the ServerContainer which allowed for dropping in place of new endpoints.
How would I go about achieving something like this for Quarkus Websockets / HTTP?
PS:
This is what an expected implementation would possibly look like
Beta Was this translation helpful? Give feedback.
All reactions