{"repo":"gofiber/fiber","free":true,"listed":false,"github":"https://github.com/gofiber/fiber","clone":"git clone https://github.com/gofiber/fiber.git","description":"⚡️ Express inspired web framework written in Go","language":"Go","stars":40064,"topics":["go","golang","fiber","web","fast","flexible","friendly","rest-api","performance","nodejs"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"Fiber is an Express inspired web framework built on top of Fasthttp , the fastest HTTP engine for Go . Designed to ease things up for fast development with zero memory allocation and performance in mind. --- Tool Sponsors - supporting Fiber with free IDE licenses and AI credits &nbsp; &nbsp; --- ⚙️ Installation Fiber requires Go version 1.25 or higher to run. If you need to install or upgrade Go, visit the official Go download page. To start setting up your project, create a new directory for your project and navigate into it. Then, initialize your project with Go modules by executing the following command in your terminal: To learn more about Go modules and how they work, you can check out the Using Go Modules blog post. After setting up your project, you can install Fiber with the go get command: This command fetches the Fiber package and adds it to your project's dependencies, allowing you to start building your web applications with Fiber. ⚡️ Quickstart Getting started with Fiber is easy. Here's a basic example to create a simple web server that responds with \"Hello, World 👋!\" on the root path. This example demonstrates initializing a new Fiber app, setting up a route, and starting the server. This simple server is easy to set up and run. It introduces the core concepts of Fiber: app initialization, route definition, and starting the server. Just run this Go program, and visit http://localhost:3000 in your browser to see the message. Zero Allocation Fiber is optimized fo","default_branch":null,"files":null,"tree":[],"storefront":"/r/gofiber","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/gofiber/fiber/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}