Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdeak/match-broadcast-sse
Example how to broadcast server side events
https://github.com/rdeak/match-broadcast-sse
Last synced: about 1 month ago
JSON representation
Example how to broadcast server side events
- Host: GitHub
- URL: https://github.com/rdeak/match-broadcast-sse
- Owner: rdeak
- License: mit
- Created: 2024-02-12T08:49:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T19:44:38.000Z (5 months ago)
- Last Synced: 2024-08-08T14:15:29.220Z (5 months ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Broadcast events from server
This repository implements Server Side Events for broadcasting events from a football match.
Events are simulated using algorithm.
![Printscreen](printscreen.png)
## Installation
```bash
pipenv shell
pipenv install
```## Usage
```bash
pipenv shell
python run.py
```navigate to localhost:8000 and click connect button
## License
This project is licensed under the terms of the MIT license.