Skip to content

server-sent-events to receive notifications in realtime using streaming

Notifications You must be signed in to change notification settings

JairDavid/sse-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-sent events

Compared to websockets, SSE has unidirectional communication with the clients, for that reason you can't send information through the streaming from the client side. This protocol could be used to receive/listen simple notifications about payments, registers, user actions and more.


image

Example

image

About

server-sent-events to receive notifications in realtime using streaming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages