Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for vertices (0.15 sec)

  1. docs/fr/docs/alternatives.md

    Starlette est un framework/toolkit léger <abbr title="Le nouveau standard pour construire des applications web asynchrones en Python">ASGI</abbr>, qui est idéal pour construire des services asyncio performants.
    
    Il est très simple et intuitif. Il est conçu pour être facilement extensible et avoir des composants modulaires.
    
    Il offre :
    
    - Des performances vraiment impressionnantes.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  2. docs/en/docs/deployment/docker.md

    !!! tip
        Traefik has integrations with Docker, Kubernetes, and others, so it's very easy to set up and configure HTTPS for your containers with it.
    
    Alternatively, HTTPS could be handled by a cloud provider as one of their services (while still running the application in a container).
    
    ## Running on Startup and Restarts
    
    There is normally another tool in charge of **starting and running** your container.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 34K bytes
    - Viewed (0)
Back to top