Skip to content

Server side application to demonstrate SSE ( made in nodeJS )

License

Notifications You must be signed in to change notification settings

devashishSarmah/SSE-server

Repository files navigation

SSE-server

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.

Server Sent Events Diagram

Table of contents

How to run

Install the dependencies

npm i

Run the project

npm start

About

Server side application to demonstrate SSE ( made in nodeJS )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published