Fastapi
Esta página todavía no se ha traducido — se muestra en su idioma original:English
REST
Un servidor web es pot configurar com un servidor de recursos que s'accedeixen mijançant un conjunt de funcions "externes" o endpoints (API)
Dependencies
FastAPI has a very powerful but intuitive Dependency Injection system.
Lifespan
Learn how to run one-off startup and shutdown routines that manage shared resources across your application’s entire lifespan.
Asyncpg
Security
FastAPI provides several tools to help you deal with Security easily, rapidly, in a standard way, without having to study and learn all the security specifications.