ngx-sse-client
July 10, 2024 ยท View on GitHub
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