An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/javaee8-jaxrs-sse-client

JAX-RS 2.1 SSE Client API support in Java EE 8
https://github.com/abhirockzz/javaee8-jaxrs-sse-client

docker ejb glassfish javaee8 jaxrs jersey server-sent-events

Last synced: 14 days ago
JSON representation

JAX-RS 2.1 SSE Client API support in Java EE 8

Awesome Lists containing this project

README

        

## To run....

- `git clone https://github.com/abhirockzz/javaee8-jaxrs-sse-client.git`
- `mvn clean install` - will create `javaee8-jaxrs-sse-client.war` in `target`
- Create Docker image - `docker build -t .`
- Run ! `docker run --rm --name javaee8-jaxrs-sse-client -it -p 8080:8080 `

## Test it...

Let things start up (20-30 seconds) - you should see SSE events being consumed from `https://sse.now.sh`

![](https://abhirockzz.files.wordpress.com/2017/07/sse-client-output.jpg)