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.

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay