https://github.com/fastify/docs-chinese
Fastify 中文文档
https://github.com/fastify/docs-chinese
chinese-translation documentation fastify
Last synced: about 1 month ago
JSON representation
Fastify 中文文档
- Host: GitHub
- URL: https://github.com/fastify/docs-chinese
- Owner: fastify
- License: mit
- Created: 2018-06-09T16:46:19.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T09:09:18.000Z (5 months ago)
- Last Synced: 2025-04-12T14:56:14.601Z (2 months ago)
- Topics: chinese-translation, documentation, fastify
- Homepage:
- Size: 531 KB
- Stars: 261
- Watchers: 7
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastify 文档中文翻译
### 文档目录
* [入门](https://github.com/fastify/docs-chinese/blob/main/docs/Getting-Started.md)
* [服务器方法](https://github.com/fastify/docs-chinese/blob/main/docs/Server.md)
* [路由](https://github.com/fastify/docs-chinese/blob/main/docs/Routes.md)
* [日志](https://github.com/fastify/docs-chinese/blob/main/docs/Logging.md)
* [中间件](https://github.com/fastify/docs-chinese/blob/main/docs/Middleware.md)
* [钩子方法](https://github.com/fastify/docs-chinese/blob/main/docs/Hooks.md)
* [装饰器](https://github.com/fastify/docs-chinese/blob/main/docs/Decorators.md)
* [验证和序列化](https://github.com/fastify/docs-chinese/blob/main/docs/Validation-and-Serialization.md)
* [生命周期](https://github.com/fastify/docs-chinese/blob/main/docs/Lifecycle.md)
* [回复](https://github.com/fastify/docs-chinese/blob/main/docs/Reply.md)
* [请求](https://github.com/fastify/docs-chinese/blob/main/docs/Request.md)
* [错误](https://github.com/fastify/docs-chinese/blob/main/docs/Errors.md)
* [Content-Type 解析](https://github.com/fastify/docs-chinese/blob/main/docs/ContentTypeParser.md)
* [插件](https://github.com/fastify/docs-chinese/blob/main/docs/Plugins.md)
* [测试](https://github.com/fastify/docs-chinese/blob/main/docs/Testing.md)
* [基准测试](https://github.com/fastify/docs-chinese/blob/main/docs/Benchmarking.md)
* [如何写一个好的插件](https://github.com/fastify/docs-chinese/blob/main/docs/Write-Plugin.md)
* [插件指南](https://github.com/fastify/docs-chinese/blob/main/docs/Plugins-Guide.md)
* [HTTP2](https://github.com/fastify/docs-chinese/blob/main/docs/HTTP2.md)
* [长期支持计划](https://github.com/fastify/docs-chinese/blob/main/docs/LTS.md)
* [TypeScript 与类型支持](https://github.com/fastify/docs-chinese/blob/main/docs/TypeScript.md)
* [Serverless](https://github.com/fastify/docs-chinese/blob/main/docs/Serverless.md)
* [推荐方案](https://github.com/fastify/docs-chinese/blob/main/docs/Recommendations.md)### 其他版本
* [v2.x](https://github.com/fastify/docs-chinese/tree/2.x)
### 翻译指南
想要参与到项目当中?欢迎!
为了提供一致的翻译体验,请在开始翻译前参阅[翻译指南](https://github.com/fastify/docs-chinese/blob/main/docs/Contributing.md)。感谢!### 贡献者
* [@fralonra](https://github.com/fralonra)
* [@poppinlp](https://github.com/poppinlp)
* [@vincent178](https://github.com/vincent178)
* [@xtx1130](https://github.com/xtx1130)