Git Product home page Git Product logo

Comments (7)

spericas avatar spericas commented on May 21, 2024 1

@eduvim Please see #927. There's already a simple prototype that integrates with Helidon SE. We are targeting this work for Helidon 2.0. I'm going to close this issue so that we can continue discussion over there.

from helidon.

romain-grecourt avatar romain-grecourt commented on May 21, 2024

See also #143

from helidon.

dansiviter avatar dansiviter commented on May 21, 2024

Could this be via WebSocket 1.1 Spec (JSR356) APIs? I know you're not trying to write the next JEE container here but I'll make porting code to Helidon easier.

from helidon.

spericas avatar spericas commented on May 21, 2024

Just as we did for REST in MP using JAX-RS, we should consider JSR356 for WS. I agree that it would help migration to Helidon MP.

from helidon.

AshwinPrabhuB avatar AshwinPrabhuB commented on May 21, 2024

WebSockets would definitely help in use cases that require a server push. With the current Helidon infra, I guess the max one can achieve is a SSE with a long running Handler. But a WebSocket protocol support within Helidon would definitely help us avoid a parallel stack like Node just for the push capability.

from helidon.

dansiviter avatar dansiviter commented on May 21, 2024

Any update on this?

I've had a look into this and it looks like both a 'native' API as well as a JSR356 implementation would be needed especially if reusing the Netty implementation of websockets as it's somewhat buried under Server[Request|Response] and Bare[Request|Response].

I'm tempted to have a bash at it so any guidance on style?

from helidon.

eduvim avatar eduvim commented on May 21, 2024

I would like to help to implement this, I mean it's an important feature to be added and critical if we think on jax rs. In order to be logical I am thinking just on apply the medium blog's idea, then we can add it to helidon and for the last we should think on something like a SocketSeevices

from helidon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.