|
- Gin Web Framework
What is Gin? Gin is a web framework written in Golang It features a Martini-like API, but with performance up to 40 times faster than Martini If you need performance and productivity, you will love Gin
- Gin Web Framework
什么是Gin? Gin是一个使用Go语言开发的Web框架。 它提供类似Martini的API,但性能更佳,速度提升高达40倍。 如果你是性能和高效的追求者, 你会爱上 Gin。
- Introduction | Gin Web Framework
If you need performance and good productivity, you will love Gin In this section we will walk through what Gin is, what problems it solves, and how it can help your project
- Features | Gin Web Framework
Features Gin v1 stable features Zero allocation router Still the fastest http router and framework From routing to writing Complete suite of unit tests Battle tested API frozen, new releases will not break your code
- 文档 | Gin Web Framework
文档 Gin 是什么? Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。 如果你需要极好的性能,使用 Gin 吧。 如何使用 Gin? 我们提供了一些 API 的使用 示例 并罗列了一些众所周知的 Gin 用户 想要实践 Gin 概念吗?
- Documentation | Gin Web Framework
Documentation What is Gin? Gin is a HTTP web framework written in Go (Golang) It features a Martini-like API, but with performance up to 40 times faster than Martini If you need smashing performance, get yourself some Gin How to use Gin? We provide API usage examples and list some publicly known Gin users Looking to practice Gin concepts
- 介紹 | Gin Web Framework
介紹 Gin 是一個使用 Go (Golang) 寫的 Web 框架。 它提供類似 Martini 的 API, 但擁有更好的效能,感謝 httprouter, 速度快上了 40 倍。 如果你需要效能和高生產力,你將會愛上 Gin。 在這個章節當中,我們會介紹什麼是 Gin,它解決了什麼問題,還有他如何幫助你的專案。
- 快速入门 | Gin Web Framework
快速入门 要求 Go 1 16 及以上版本 安装 要安装 Gin 软件包,需要先安装 Go 并设置 Go 工作区。 1 下载并安装 gin:
|
|
|