github.com/alimy/mir/v4@v4.1.0/docs/content.zh/_index.md (about) 1 --- 2 title: 介绍 3 type: docs 4 --- 5 6 <div align="center"> 7 <a href="https://github.com/alimy/mir"> 8 <img src="https://alimy.me/mir/images/mir-logo.png" alt="Logo" width="240" height="240"> 9 </a> 10 11 <h3 align="center">Mir</h3> 12 13 <p align="center"> 14 一个很酷的开发RESTful API的辅助工具 15 </p> 16 </div> 17 18 Mir 是一套提供类似gRPC服务开发体验的快速开发RESTful API后端开发脚手架,适配多种HTTP框架,包括 [Gin](https://github.com/gin-gonic/gin), [Chi](https://github.com/go-chi/chi), [Hertz](https://github.com/cloudwego/hertz), [Echo](https://github.com/labstack/echo), [Iris](https://github.com/kataras/iris), [Fiber](https://github.com/gofiber/fiber), [Macaron](https://github.com/go-macaron/macaron), [Mux](https://github.com/gorilla/mux), [httprouter](https://github.com/julienschmidt/httprouter)。 19 20 <div align="center"> 21 <a href="https://github.com/alimy/mir"> 22 <img src="https://alimy.me/mir/images/mir-arc.png"> 23 </a> 24 </div>