github.com/alimy/mir/v4@v4.1.0/docs/content.en/_index.md (about) 1 --- 2 title: Introduction 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 A cool help tool to develop RESTful API. 15 </p> 16 </div> 17 18 Mir is a toolkit to develop RESTful API backend service like develop service of gRPC. It adapt some HTTP framework sush as [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> 25