DEV Community

Cover image for Meet Fiber: Super Fast Golang Framework Part 1
Kenzy Limon
Kenzy Limon

Posted on

Meet Fiber: Super Fast Golang Framework Part 1

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)