I was initially using Go Fiber, because that is what the example app I was piggybacking off of used. It however does not compile when building for the browser. I tested out Gin and Echo. They both compiled and since my current project at work uses Echo I chose to use that here. - Source: dev.to / 6 months ago
Go Fiber has a growing developer and user base. With over 31k stars on GitHub, you can tell that it’s constantly updated and maintained by a devoted team of contributors. You can also raise issues, ask questions, and participate freely thanks to the supportive community. - Source: dev.to / 6 months ago
To make my life easier, I added Fiber, a popular lightweight framework. Regardless of which package you use, the process and most of the code will remain unchanged. - Source: dev.to / over 1 year ago
There're similar things of course, for example there's https://github.com/gofiber/fiber a framework inspired by express. Source: over 1 year ago
I have loved using fiber. Very nice API with lots of configurability and it scales very well compared to echo, gin, etc. Source: almost 2 years ago
Mir is a toolkit to develop RESTful API backend service like develop service of gRPC. It adapt some HTTP framework sush as Gin, Chi, Hertz, Echo, Iris, Fiber, Macaron, Mux, httprouter。. Source: almost 2 years ago
IDE: use whatever make you productive. I personally use vscode. VCS: git, as golang communities use github heavily as base for many libraries. AFAIK Linter: use staticcheck for linting as it looks like mostly used linting tool in go, supported by many also. In Vscode it will be recommended once you install go plugin. Libraries/Framework: actually the standard libraries already included many things you need,... Source: almost 2 years ago
Let's start the implementation using Fiber. First of all, you need to install Fiber. - Source: dev.to / about 2 years ago
If I started working at a Go shop that used a framework, I would hope it would be Fiber. Not for any particular solid reasons, though. Rather just personal preference based on how the developer experience feels to me personally. Source: about 2 years ago
Use https://github.com/gofiber/fiber and store the data in memory, and you can probably build this in an hour or two. The standard library HTTP is a bit more cumbersome, but there are plenty of tutorials for it too. Source: about 2 years ago
HTMX is incredible, I adore it. Typically, my stack for a web app is a Golang webserver using Fiber[0], HTMX, SCSS, my own (experimental) templating engine [1] and SQLite. It's a sufficiently hype-free stack, in my opinion, and one that's been fairly well battle tested (bar the templates) and is pretty simple. It's a joy to use! [0]: https://github.com/gofiber/fiber [1]: https://github.com/codemicro/go-neon. - Source: Hacker News / over 2 years ago
I use Fiber [0] in production for a $4M ARR company and never had any issues. Took less than a month to start with and integrate and it is a joy to use. [0] https://github.com/gofiber/fiber. - Source: Hacker News / over 2 years ago
Yeah! Very good advice, IMHO, start with this URL https://github.com/gofiber/fiber. Source: over 2 years ago
Hi! You know Fiber? Fiber is an Express inspired web framework. Maybe it help you on your firts steps. https://github.com/gofiber/fiber. Source: over 2 years ago
You can still benefit from both philosophies: https://github.com/gofiber/fiber :). Source: almost 3 years ago
This post will discuss adding media upload support to a REST API using the Fiber framework and Cloudinary. At the end of this tutorial, we will learn how to structure a Fiber application, integrate Cloudinary with Golang and upload media files to Cloudinary using remote URLs and local file storage. - Source: dev.to / almost 3 years ago
This post will discuss building a user management application with Golang using the Fiber framework and MongoDB. At the end of this tutorial, we will learn how to structure a Fiber application, build a REST API and persist our data using MongoDB. - Source: dev.to / about 3 years ago
We usually look for web frameworks if we want to build REST APIs, in case of Golang, we have Echo, Gin, Fibre, etc. - Source: dev.to / about 3 years ago
If you have experience with Express or Fastify in Node, take a look at Fiber. It “is an Express inspired web framework”. So its nice to use for your REST API. Source: about 3 years ago
In this third article (or chapter), we will review the topic of the Fiber application testing for beginners on real example. - Source: dev.to / over 3 years ago
In this second article (or chapter), we will get even closer to the inner workings of the Fiber web framework, its routing technique, built-in components and methods. - Source: dev.to / over 3 years ago
Do you know an article comparing Go-Fiber to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Go-Fiber. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.