Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.