“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
“Node’s 'event loop' is central to being able to handle high throughput scenarios. It is a magical place filled with unicorns and rainbows, and is the reason Node can essentially be 'single threaded' while still allowing an arbitrary number of operations to be handled in the background.”— Alexandra Grant, medium.com