A study project built during my B.Tech CSE studies Heavily inspired by Starlette's architecture and patterns An exercise in understanding ASGI and async Python A way to learn performance optimization ...
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. It is production-ready, and gives you the following: • A lightweight, low-complexity HTTP ...