Our great sponsors
-
-
i prefer echo https://echo.labstack.com/ but from these two, i'd choose fiber
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
That said https://connect.build gives you the benefits of gRPC while keeping a wider compatibility with the web.
-
I've been looking into fx by Uber. Looks pretty cool, but I haven't had the chance to do anything more than a hello, world with it.
-
dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
Fasthttp on which fiber is based has A LOT of drawbacks and I would not recommend for general usage. Among things we found while analyzing it for Dapr: no request-specific context, no HTTP/2 or HTTP/3, almost no support for streaming, and the occasional bug that can’t be figured out.
-
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
Fiber, while has a lot of batteries included and decent for many use cases, is known for having corner cases (because of internals like fasthttp) like https://github.com/valyala/fasthttp/issues/622
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Related posts
- how to learn Go web development in 2022?
- Does go have a better way to handle x.a, x.b, x.c, etc..
- Is there a framework out for go that rivals Laravel as far as out of the box features and tools?
- Which framework should I use to built a simple REST API?
- Enhance your Fiber application with real-time UI