美文网首页
Gin Web Framework in Go (Golang)

Gin Web Framework in Go (Golang)

作者: michael_jia | 来源:发表于2018-12-19 21:11 被阅读19次

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster.

    支撑点

    • Gin uses a custom version of HttpRouter.
    • Low Overhead Powerful API
      HttpRouter: the fastest HTTP router for Golang. Httprouter was created by Julien Schmidt and it’s based in a Radix Tree algorithm.
    • The martini framework is no longer maintained.

    API REFERENCE

    相关文章

      网友评论

          本文标题:Gin Web Framework in Go (Golang)

          本文链接:https://www.haomeiwen.com/subject/ieeskqtx.html