--- title: Hint api date: 2022-01-08 categories: Hintapi author: Anges黎梦 tags: - Hint api --- ## Hint API > 基于 Type hint 的 Web 框架 Hint Api 实现了 [WSGI](https://wsgi.readthedocs.io/en/latest/) 接口,并使用 Radix Tree 进行路由查找。是[最快的 Python web 框架之一](https://github.com/the-benchmarker/web-frameworks)。一切特性都服务于快速开发高性能的 Web 服务。 官网文档:[Hint API](https://hintapi.aber.sh/stable/) Github: [Hint API](https://github.com/index-py/hintapi) - 大量正确的类型注释 - 灵活且高效的路由系统 - 能作用于任意路由及路由分组上的路由中间件 - 适用于中间件与视图的依赖注入 - 可视化 API 接口与在线调试 - 支持所有 WSGI 生态的互调用