Fiber
Express-inspired Go framework built on top of Fasthttp — the fastest Go web framework with a Node.js-like API.
Fiber uses Fasthttp instead of net/http and is consistently one of the fastest web frameworks in any language. Its Express-inspired API helps Node.js developers transition to Go without a steep learning curve. Zero memory allocation routing and low-level tuning options make it ideal for high-throughput microservices.
// tags
backendgoperformanceexpress-likeapirestfasthttp