Skip to content

An SSE (server sent event) client alternative solution for Angular

License

Notifications You must be signed in to change notification settings

marcospds/ngx-sse-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx-sse-client

A simple SSE (Server Sent Events) client for Angular applications. More information an how to use here and here.

Run sample

Client

cd lib
npm run watch
cd lib
npm run start

Server

cd server
npm run start