Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trflynn89/sse-demo

Sample application to test SSE in browsers
https://github.com/trflynn89/sse-demo

Last synced: 24 days ago
JSON representation

Sample application to test SSE in browsers

Awesome Lists containing this project

README

        

# sse-demo

Setup:

```bash
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

Running:
```
flask run
```

Then navigate to http://127.0.0.1:5000 in your browser of choice.