Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trflynn89/sse-demo
- Owner: trflynn89
- License: bsd-2-clause
- Created: 2024-04-05T17:37:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T17:48:10.000Z (7 months ago)
- Last Synced: 2024-04-05T18:45:09.340Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.