Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 362 Bytes

server_sent_events_demo

Running the project

  1. Yarn Dev to initiate the server on 8080
  2. Land in localhost:8080 in your browser
  3. Open devtools network tab
  4. Check sse endpoint for event stream
  5. First click on any subscribe button will initiate the event stream
  6. The forth click will terminate the event stream both on client and server side