# 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 ```