Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastify/docs-chinese
Fastify 中文文档
https://github.com/fastify/docs-chinese
chinese-translation documentation fastify
Last synced: 6 days ago
JSON representation
Fastify 中文文档
- Host: GitHub
- URL: https://github.com/fastify/docs-chinese
- Owner: fastify
- License: mit
- Created: 2018-06-09T16:46:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T10:22:19.000Z (11 months ago)
- Last Synced: 2024-12-03T18:45:58.119Z (19 days ago)
- Topics: chinese-translation, documentation, fastify
- Homepage:
- Size: 529 KB
- Stars: 260
- Watchers: 8
- Forks: 41
- Open Issues: 6
-
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/master/docs/Getting-Started.md)
* [服务器方法](https://github.com/fastify/docs-chinese/blob/master/docs/Server.md)
* [路由](https://github.com/fastify/docs-chinese/blob/master/docs/Routes.md)
* [日志](https://github.com/fastify/docs-chinese/blob/master/docs/Logging.md)
* [中间件](https://github.com/fastify/docs-chinese/blob/master/docs/Middleware.md)
* [钩子方法](https://github.com/fastify/docs-chinese/blob/master/docs/Hooks.md)
* [装饰器](https://github.com/fastify/docs-chinese/blob/master/docs/Decorators.md)
* [验证和序列化](https://github.com/fastify/docs-chinese/blob/master/docs/Validation-and-Serialization.md)
* [生命周期](https://github.com/fastify/docs-chinese/blob/master/docs/Lifecycle.md)
* [回复](https://github.com/fastify/docs-chinese/blob/master/docs/Reply.md)
* [请求](https://github.com/fastify/docs-chinese/blob/master/docs/Request.md)
* [错误](https://github.com/fastify/docs-chinese/blob/master/docs/Errors.md)
* [Content-Type 解析](https://github.com/fastify/docs-chinese/blob/master/docs/ContentTypeParser.md)
* [插件](https://github.com/fastify/docs-chinese/blob/master/docs/Plugins.md)
* [测试](https://github.com/fastify/docs-chinese/blob/master/docs/Testing.md)
* [基准测试](https://github.com/fastify/docs-chinese/blob/master/docs/Benchmarking.md)
* [如何写一个好的插件](https://github.com/fastify/docs-chinese/blob/master/docs/Write-Plugin.md)
* [插件指南](https://github.com/fastify/docs-chinese/blob/master/docs/Plugins-Guide.md)
* [HTTP2](https://github.com/fastify/docs-chinese/blob/master/docs/HTTP2.md)
* [长期支持计划](https://github.com/fastify/docs-chinese/blob/master/docs/LTS.md)
* [TypeScript 与类型支持](https://github.com/fastify/docs-chinese/blob/master/docs/TypeScript.md)
* [Serverless](https://github.com/fastify/docs-chinese/blob/master/docs/Serverless.md)
* [推荐方案](https://github.com/fastify/docs-chinese/blob/master/docs/Recommendations.md)### 其他版本
* [v2.x](https://github.com/fastify/docs-chinese/tree/2.x)
### 翻译指南
想要参与到项目当中?欢迎!
为了提供一致的翻译体验,请在开始翻译前参阅[翻译指南](https://github.com/fastify/docs-chinese/blob/master/docs/Contributing.md)。感谢!### 贡献者
* [@fralonra](https://github.com/fralonra)
* [@poppinlp](https://github.com/poppinlp)
* [@vincent178](https://github.com/vincent178)
* [@xtx1130](https://github.com/xtx1130)