Tag: Pub/Sub

Scalable Real-Time Apps with Python and Redis: Exploring AsyncIO, FastAPI, and Pub/Sub

I have recently started working on a side project, a real-time mobile board game with Unity, and I decided to use Python as the server’s programming language. In recent years, Python has introduced mature async I/O frameworks, such as AsyncIO and AnyIO. And web frameworks such as FastAPI are u...