Skip to content

devashishSarmah/SSE-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors