Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 312 Bytes

File metadata and controls

12 lines (8 loc) · 312 Bytes

Websocket Server

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.