In my previous post, I've made a short explanation of what FastAPI does. I've found another library for making a website or API called Sanic. Sanic is a web framework and server used to run fast. It's able to use async/await to make sure that it's not blockable for every request. https://pypi.org/project/sanic/