Fiber
Designed to ease things up for fast development with zero memory allocation and performance in mind.
Fiber Framework is built to make Go web development feel like NodeJS Express architecture.
This great framework is built on top of Fasthttp, the fastest HTTP engine for Go. As seen below, the fiber framework outperformed other well-known frameworks in a Web Framework Benchmark round 21, which measured the performance of several web application platforms, full-stack frameworks, and micro-frameworks (collectively, “frameworks”).
- Fiber at 22
- NodeJs at 81
- Phoenix at 113
- Express at 116
- Laravel at 130
- Django at 137
For more information, read the introduction, motivation, and latest environment details.
Top comments (0)