gin-timeout VS gollback

Compare gin-timeout vs gollback and see what are their differences.

gin-timeout

Timeout Middleware for Gin framework (by vearne)

gollback

Go asynchronous simple function utilities, for managing execution of closures and callbacks (by vardius)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
gin-timeout gollback
1 -
105 116
- -
3.2 0.0
6 days ago about 1 year ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gin-timeout

Posts with mentions or reviews of gin-timeout. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-11.
  • 13 - Gin Handler Timeout Middleware
    3 projects | dev.to | 11 Dec 2020
    Since getting a timeout handler middleware to work as I would like would require modifying any of the available handlers, I decided it would just be easier to create our own, even if I'm borrowing heavily from http.TimeoutHandler and vearne/gin-timeout.

gollback

Posts with mentions or reviews of gollback. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning gollback yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing gin-timeout and gollback you can also consider the following projects:

timeout - Timeout middleware for Gin

pond - 🔘 Minimalistic and High-performance goroutine worker pool written in Go

go-simple-mail - Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.

neilotoole/errgroup - errgroup with goroutine worker limits

gin-swagger - gin middleware to automatically generate RESTful API documentation with Swagger 2.0.

Syncs - Concurrency and synchronization primitives

Gin - 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. If you need smashing performance, get yourself some Gin.

async - A safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fail causes discovery.

Ginrpc - gin auto binding,grpc, and annotated route,gin 注解路由, grpc,自动参数绑定工具

GoSlaves

cyclicbarrier - CyclicBarrier golang implementation

tunny - A goroutine pool for Go