“Gin is a high-performance micro-framework that can be used to build web applications and microservices. It makes it simple to build a request handling pipeline from modular, reusable pieces. It does this by allowing you to write middleware that can be plugged into one or more request handlers or gro…”— Kulshekhar Kabra, semaphoreci.com
“The approach above is bad in several different ways. There is no way to control how many go routines we are spawning. And since we were getting 1 million POST requests per minute of course this code crashed and burned very quickly.”— Marcio Castilho, marcio.io
“Vitess is a database solution for scaling MySQL. It's architected to run as effectively in a public or private cloud architecture as it does on dedicated hardware. It combines and extends many important MySQL features with the scalability of a NoSQL database. Vitess has been serving all YouTube data…”— Vitness Marketing, vitess.io
“We use Tornado with Python, but Go’s native support for concurrency is ideal for most new performance-critical services.”— Lucie Lozinski, eng.uber.com