This app is a websocket server, which broadcasts messages it receives from the message queue to all connected clients.
It is a Python app with Poetry. You can run it like this:
poetry install
poetry run python main.py
Or just run it via docker-compose
from the main directory.