Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for go (0.16 sec)

  1. docs/en/docs/features.md

    * Seriously impressive performance. It is <a href="https://github.com/encode/starlette#performance" class="external-link" target="_blank">one of the fastest Python frameworks available, on par with **NodeJS** and **Go**</a>.
    * **WebSocket** support.
    * In-process background tasks.
    * Startup and shutdown events.
    * Test client built on HTTPX.
    * **CORS**, GZip, Static Files, Streaming responses.
    * **Session and Cookie** support.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  2. docs/zh/docs/features.md

    通过 **FastAPI** 你可以获得所有 **Starlette** 的特性 ( FastAPI 就像加强版的 Starlette ):
    
    * 令人惊叹的性能。它是 <a href="https://github.com/encode/starlette#performance" class="external-link" target="_blank">Python 可用的最快的框架之一,和 **NodeJS** 及 **Go** 相当</a>。
    * **支持 WebSocket** 。
    * **支持 GraphQL** 。
    * 后台任务处理。
    * Startup 和 shutdown 事件。
    * 测试客户端基于 HTTPX。
    * **CORS**, GZip, 静态文件, 流响应。
    * 支持 **Session 和 Cookie** 。
    * 100% 测试覆盖率。
    * 代码库 100% 类型注释。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9K bytes
    - Viewed (0)
Back to top