A simple SSE (Server Sent Event) Server written in Python
Go to file
Markus Bauer 780db777af Edit README.md 2021-05-18 17:44:40 +02:00
src Uncomment message id, remove debug prints 2021-05-18 16:34:15 +02:00
.gitignore Add VS Code to gitignore 2021-05-15 17:54:36 +02:00
LICENSE Initial commit 2021-05-15 15:48:47 +00:00
README.md Edit README.md 2021-05-18 17:44:40 +02:00
requirements.txt Add requirements.txt 2021-05-18 17:43:43 +02:00

README.md

Simple-SSE-Server

A simple SSE (Server Sent Event) Server written in Python

To test run

python3 SimpleSseSever.py

There is a requirements.txt, so you can install all dependicies:

pip install -r requirements.txt