Do you support FastAPI?
The answer depends on the type of hosting account that you have. Read this article to learn more.
FastAPI is a Python-based web framework for building APIs (Application Programming Interfaces).
Because FastAPI is asynchronous, it requires the Asynchronous Server Gateway Interface ( ASGI ) instead of the Web Server Gateway Interface ( WSGI ). Our managed hosting solutions use Passenger and WSGI to manage Python applications, so FastAPI unfortunately does not work on these plans.
However, if you have an unmanaged hosting account, you can install and configure FastAPI yourself. For information about how to do this, please see this article.
More Information
For more information about FastAPI, please visit https://fastapi.tiangolo.com.
Related Articles
Updated 3 days ago