Server side application to demonstrate SSE ( made in nodeJS )
Server-Sent Events (SSE) is a technology based on HTTP. On the client-side, it provides an API called EventSource
(part of the HTML5 standard) that allows us to connect to the server and receive updates from it.
Install the dependencies
npm i
Run the project
npm start