eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
163 stars 111 forks source link

support <f:sse> (ServerSentEvents) #4992

Closed nimo23 closed 3 years ago

nimo23 commented 3 years ago

Are there any plans to add ServerSentEvents to JSF Spec?

For example,

<f:sse channel="someChannel" ... />

or

<f:push channel="someChannel" ... />

Currently, I must use "f:websocket", if I want to send messages from server to client even if I do not need bidirectional connection.

nimo23 commented 3 years ago

Moved https://github.com/eclipse-ee4j/faces-api/issues/1587