I’m very excited to announce the release of Starlite — a new python asynchronous API framework (ASGI). Starlite is built on top of the Starlette ASGI toolkit, which offers high performance async message handling, and pydantic, which offers fantastic data validation and parsing using type hints. Relation to FastAPI The idea to use…