_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-gin-gonic-gin 1.10.0
Propagated dependencies: go-github-com-gin-contrib-sse@0.1.0 go-github-com-go-playground-validator-v10@10.23.0 go-github-com-goccy-go-json@0.10.3 go-github-com-json-iterator-go@1.1.12 go-github-com-mattn-go-isatty@0.0.20 go-github-com-pelletier-go-toml-v2@2.2.3 go-github-com-quic-go-quic-go@0.45.2 go-github-com-ugorji-go-codec@1.2.12 go-golang-org-x-net@0.33.0 go-google-golang-org-protobuf@1.36.0 go-gopkg-in-yaml-v3@3.0.1
Channel: ffab
Location: ffab/packages/golang-web.scm (ffab packages golang-web)
Home page: https://gin-gonic.com/
Licenses: Expat
Synopsis: Golang HTTP web framework
Description:

This package provides Gin Web Framework written in Golang. It has a list of higliths comparting to similar Martini Web Framework:

  • Fast :: Radix tree based routing, small memory foot print. No reflection. Predictable API performance.

  • Middleware support :: An incoming HTTP request can be handled by a chain of middleware and the final action. For example: Logger, Authorization, GZIP and finally post a message in the DB.

  • Crash-free :: Gin can catch a panic occurred during a HTTP request and recover it. This way, your server will be always available. It’s also possible to report this panic to Sentry for example!

  • JSON validation :: Gin can parse and validate the JSON of a request, checking, for example, the existence of required values.

  • Routes grouping :: Organize your routes better. Authorization required vs non required, different API versions. In addition, groups can be nested infinitely without degrading performance.

  • Error management :: Gin provides a convenient way to collect all the errors occurred during a HTTP request. Eventually, middleware can write them to a log file, to a database and send them through the network.

  • Rendering built-in :: Gin provides an easy to use API for JSON, XML and HTML rendering.

go-github-com-gin-gonic-gin 1.10.0
Propagated dependencies: go-github-com-bytedance-sonic@1.12.6 go-github-com-gin-contrib-sse@0.1.0 go-github-com-go-playground-validator-v10@10.23.0 go-github-com-goccy-go-json@0.10.3 go-github-com-json-iterator-go@1.1.12 go-github-com-mattn-go-isatty@0.0.20 go-github-com-pelletier-go-toml-v2@2.2.3 go-github-com-ugorji-go-codec@1.2.12 go-golang-org-x-net@0.33.0 go-google-golang-org-protobuf@1.36.0 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gin-gonic/gin
Licenses: Expat
Synopsis: HTTP web framework
Description:

This package provides a Golang web framework wit martini-like API.

Features:

  • zero allocation router

  • middleware support

  • crash-free

  • JSON validation

  • routes grouping

  • error management

  • rendering built-in

  • extendable

Total results: 2