Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kladov (0.17 sec)

  1. docs/pt/docs/async.md

    E esse é o mesmo nível de performance que você tem com o **FastAPI**.
    
    E como você pode ter paralelismo e sincronicidade ao mesmo tempo, você tem uma maior performance do que a maioria dos frameworks NodeJS testados e lado a lado com Go, que é uma linguagem compilada próxima ao C <a href="https://www.techempower.com/benchmarks/#section=data-r17&hw=ph&test=query&l=zijmkf-1" class="external-link" target="_blank">(tudo graças ao Starlette)</a>.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  2. docs/en/data/external_links.yml

        author_link: https://www.linkedin.com/in/navule/
        link: https://www.tutlinks.com/deploy-fastapi-on-ubuntu-gunicorn-caddy-2/
        title: Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server
      - author: Patrick Ladon
        author_link: https://dev.to/factorlive
        link: https://dev.to/factorlive/python-facebook-messenger-webhook-with-fastapi-on-glitch-4n90
        title: Python Facebook messenger webhook with FastAPI on Glitch
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  3. docs/pt/docs/alternatives.md

    !!! check "Idéias inspiradas para o **FastAPI**"
        Hug inspirou partes do APIStar, e foi uma das ferramentas que eu achei mais promissora, ao lado do APIStar.
    
        Hug ajudou a inspirar o **FastAPI** a usar _type hints_ do Python para declarar parâmetros, e para gerar um _schema_ definindo a API automaticamente.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 25.5K bytes
    - Viewed (0)
Back to top