An open API service indexing awesome lists of open source software.

https://github.com/marcospds/ngx-sse-client

An SSE (server sent event) client alternative solution for Angular
https://github.com/marcospds/ngx-sse-client

angular ngx sse sse-client

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ngx-sse-client

A simple **SSE** (Server Sent Events) client for `Angular` applications. More information an how to use [here](lib/projects/ngx-sse-client/README.md) and [here](https://www.npmjs.com/package/ngx-sse-client).

## Run sample

### Client

```
cd lib
npm run watch
```

```
cd lib
npm run start
```

### Server

```
cd server
npm run start
```