Chat app back-end built in Python.
See project tutorial here.
This project provides a pragmatic guide on building a chat app using Socket.IO in Python.
pip3 install -r requirements.txt
uvicorn main:app --port 4000
cd compose
docker compose up
See project tutorial here.