About 50 results
Open links in new tab
  1. Gin Web 框架 | Gin Web Framework

    Apr 14, 2026 · 什么是 Gin? Gin 是一个用 Go (Golang) 编写的 Web 框架。它拥有类似 Martini 的 API,但性能比 Martini 快多达 40 倍。如果你需要高性能和高效开发,你一定会爱上 Gin。

  2. Gin Web Framework

    Apr 14, 2026 · 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 …

  3. 文档 | Gin Web Framework

    Apr 14, 2026 · 文档 Gin 是一个用 Go 编写的高性能 HTTP Web 框架。 它提供了类似 Martini 的 API,但性能要好得多——得益于 httprouter,速度快了多达 40 倍。 Gin 专为构建 REST API、Web 应用和 …

  4. Documentation | Gin Web Framework

    Apr 14, 2026 · Documentation Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to …

  5. 快速入门 | Gin Web Framework

    欢迎使用 Gin 快速入门!本指南将引导你完成 Gin 的安装、项目设置和运行第一个 API,让你能够自信地开始构建 Web 服务。 前置条件 Go 版本:Gin 需要 Go 1.25 或更高版本 确认 Go 在你的 PATH 中 …

  6. Introduction | Gin Web Framework

    Introduction Gin is a web framework written in Go (Golang). It features a martini-like API with much better performance, up to 40 times faster thanks to httprouter. If you need performance and good …

  7. ドキュメント | Gin Web Framework

    Apr 14, 2026 · ドキュメント Ginは Go で書かれた高性能HTTPウェブフレームワークです。 Martiniに似たAPIを提供しますが、 httprouter のおかげで最大40倍高速という大幅なパフォーマンス向上を実 …

  8. Документация | Gin Web Framework

    Apr 14, 2026 · Gin — это высокопроизводительный HTTP веб-фреймворк, написанный на Go. Он предоставляет API в стиле Martini, но со значительно лучшей производительностью — до 40 …

  9. FAQ | Gin Web Framework

    Apr 14, 2026 · Use gin.New() instead of gin.Default() for manual middleware control Connection pooling: Configure database connection pools (see Database integration) Caching: Implement caching for …

  10. Gin Web Framework

    Apr 14, 2026 · Gin предоставляет удобный способ сбора всех ошибок, возникших во время HTTP-запроса. В итоге middleware может записать их в лог-файл, в базу данных или отправить по сети.