Go with Chi has more ram consumption and less req/s than Koa or Fastify

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
  • web-frameworks

    Which is the fastest web framework?

  • fasthttp

    Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

  • If all you care about is speed and what Go+Chi offers is not enough for you, you should check out fasthttp without any router in between. Be aware of the trade-offs.

  • 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
  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • https://github.com/gin-gonic/gin is a good one, wide adopted :) Currently using it and love it :)

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Have you benchmarked Deno (https://deno.land) which people said it's pretty good for build edge-ready API?

  • go-json

    Fast JSON encoder/decoder compatible with encoding/json for Go

  • 3rd party JSON libraries could help if you were comparing JSON. https://github.com/goccy/go-json

  • Echo

    High performance, minimalist Go web framework

  • I get that you have a good experience with FastAPI documentation, the alternative web framework most community recommend is Echo: https://echo.labstack.com/

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

  • Ask HN: What GO web framework do you use?

    7 projects | news.ycombinator.com | 21 Jul 2022
  • Password-less Login in Go from Scratch

    1 project | dev.to | 21 Feb 2024
  • Error handling in Go web apps shouldn't be so awkward

    1 project | dev.to | 10 Jan 2024
  • From Django or Flask to Sponge: How to Easily Develop High-Performance Web Services with Golang

    1 project | dev.to | 8 Jan 2024
  • Creating a Dockerfile for your Go Backend

    1 project | dev.to | 12 Sep 2023