Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 358 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 358 Bytes

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