my office want to migrate to go programming language, what framework is recommended between chi or fiber?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Fiber

    ⚡️ Express inspired web framework written in Go

  • Echo

    High performance, minimalist Go web framework

  • i prefer echo https://echo.labstack.com/ but from these two, i'd choose fiber

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • adaptor

    Discontinued 🧬 Adaptor middleware to convert net/http handlers from/to Fiber request handlers

  • connect-go

    Discontinued Moved to https://github.com/connectrpc/connect-go

  • That said https://connect.build gives you the benefits of gRPC while keeping a wider compatibility with the web.

  • fx

    A dependency injection based application framework for Go. (by uber-go)

  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • how to learn Go web development in 2022?

    7 projects | /r/golang | 30 Jun 2022
  • อย่าเพิ่งใช้ fiber ถ้ายังไม่ได้อ่าน doc

    2 projects | dev.to | 31 Oct 2023
  • go for web backend

    4 projects | /r/golang | 8 Jul 2023
  • Boneless: a CLI to create your apps with Go

    2 projects | dev.to | 28 Jun 2023
  • What is the current ideal choice for server-side rendered web frameworks?

    13 projects | /r/golang | 8 Jun 2023