java-ee-jax-rs-sse
Server-Sent Events (SSE) In JAX-RS 1. Overview Server-Sent Events (SSE) is an HTTP based specification that provides a way to establish a long-running and mono-channel connection from the server to the client. The client initiates the SSE connection by using the media type text/event-stream in the Accept header. Later, it gets… Continue Reading java-ee-jax-rs-sse