- Run app
- Point your browser at http://localhost:8080/sse/index.html
- Open the browser's console and view the events received from the server.
- Run the app
- In a terminal run
curl -v http://localhost:8080/sse/api/events?conferenceId=101&name=client1
- In a second terminal run
curl -v http://localhost:8080/sse/api/events?conferenceId=101&name=client2