1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-01 01:07:06 +00:00

Update README_CN.md

Former-commit-id: 84e09c053ac7d772a975f36d9aefd866ab7b8801
This commit is contained in:
Yale
2017-11-10 14:22:14 +08:00
committed by GitHub
parent 512f7c3cf1
commit 79a9b67a85

View File

@@ -48,31 +48,31 @@ Iris现在已经到第8版了但是我们从未停止开发。有很多非常
* [最近更新](https://github.com/kataras/iris/blob/master/HISTORY.md#tu-07-november-2017--v857)
* [快速入门](#getting-started)
* [进阶](_examples/)
   * [MVC (模型 视图 控制器)](_examples/#mvc) **NEW**
   * [结构](_examples/#structuring) **NEW**
   * [HTTP 监听](_examples/#http-listening)
   * [配置](_examples/#configuration)
   * [路由分组动态参数“宏定义”已经自定义Context](_examples/#routing-grouping-dynamic-path-parameters-macros-and-custom-context)
   * [子域名处理](_examples/#subdomains)
   * [`http.Handler/HandlerFunc` 使用](_examples/#convert-httphandlerhandlerfunc)
   * [视图处理](_examples/#view)
   * [认证](_examples/#authentication)
   * [文件服务器](_examples/#file-server)
   * [如何从`context.Request() *http.Request` 读数据](_examples/#how-to-read-from-contextrequest-httprequest)
   * [如何给`context.ResponseWriter() http.ResponseWriter`写数据](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter)
   * [测试](_examples/#testing)
   * [缓存](_examples/#caching)
   * [会话](_examples/#sessions)
* [MVC (模型 视图 控制器)](_examples/#mvc) **NEW**
* [结构](_examples/#structuring) **NEW**
* [HTTP 监听](_examples/#http-listening)
* [配置](_examples/#configuration)
* [路由分组动态参数“宏定义”已经自定义Context](_examples/#routing-grouping-dynamic-path-parameters-macros-and-custom-context)
* [子域名处理](_examples/#subdomains)
* [`http.Handler/HandlerFunc` 使用](_examples/#convert-httphandlerhandlerfunc)
* [视图处理](_examples/#view)
* [认证](_examples/#authentication)
* [文件服务器](_examples/#file-server)
* [如何从`context.Request() *http.Request` 读数据](_examples/#how-to-read-from-contextrequest-httprequest)
* [如何给`context.ResponseWriter() http.ResponseWriter`写数据](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter)
* [测试](_examples/#testing)
* [缓存](_examples/#caching)
* [会话](_examples/#sessions)
* [Websockets](_examples/#websockets)
   * [其它杂项](_examples/#miscellaneous)
   * [将"Parrot"项目转换为Iris实现](https://github.com/iris-contrib/parrot)
   * [Iris和react/hot reloadable/redux/css-modules配合使用](https://github.com/kataras/iris-starter-kit)
   * [Typescript自动化操作工具](typescript/#table-of-contents)
   * [指南: 用Iris和Bolt实现短连接服务](https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7)
   * [指南: 如何统计在线访问人数](_examples/tutorial/online-visitors)
* [其它杂项](_examples/#miscellaneous)
* [将"Parrot"项目转换为Iris实现](https://github.com/iris-contrib/parrot)
* [Iris和react/hot reloadable/redux/css-modules配合使用](https://github.com/kataras/iris-starter-kit)
* [Typescript自动化操作工具](typescript/#table-of-contents)
* [指南: 用Iris和Bolt实现短连接服务](https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7)
* [指南: 如何统计在线访问人数](_examples/tutorial/online-visitors)
* [指南: Caddy](_examples/tutorial/caddy)
   * [指南: 如何用DropzoneJS上传文件](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991)
   * [指南: Iris+MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c)
* [指南: 如何用DropzoneJS上传文件](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991)
* [指南: Iris+MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c)
* [中间件](middleware/)
* [Docker例子](https://github.com/iris-contrib/cloud-native-go)
* [贡献](CONTRIBUTING.md)