-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
Fiber-enabled WebSocket JSR-356 API #24
Comments
You can use JSR-356 WebSockets through the Web Actors API http://docs.paralleluniverse.co/comsat/#web-actors. The relevant artifacts are |
@cnsgcu Is this adequate to your needs? |
Thanks @circlespainter, is there a fiber API that is similar the one used in REST controller's resource methods? For example, I just annotate my @serverendpoint with @Suspendable and then my endpoint will handle all coming WS requests in a fiber. |
Not at this stage, currently you can use fibers to handle websockets only through Web Actors. I'll leave the issue open as a feature request. |
Thanks @circlespainter. Looking forward to this feature. Great work on fiber. |
Thanks for your interest and appreciation, stay tuned! |
Is there an artifact for WebSocket API in JSR-356?
The text was updated successfully, but these errors were encountered: