/ngx-sse-client

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

Primary LanguageTypeScriptMIT LicenseMIT

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