Closed nimo23 closed 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.
Moved https://github.com/eclipse-ee4j/faces-api/issues/1587
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.