A Deep Dive into Gin: Golang's Leading Framework

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. examples

    A repository to host examples and tutorials for Gin. (by gin-gonic)

    Let's look at the smallest example given in the official documentation.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Gin

    Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.

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

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

  • Learning Go Web Development From Zero

    3 projects | dev.to | 26 May 2022
  • Understanding gRPC Client-Side Load Balancing with DNS

    3 projects | dev.to | 19 Dec 2025
  • Simplifying Prometheus Metrics in Go with prometric-go

    2 projects | dev.to | 8 Nov 2025
  • Implementing Data Compression in REST APIs with gzip and Brotli

    5 projects | dev.to | 3 Sep 2025
  • What Is the Best Web Framework for Go?

    6 projects | dev.to | 13 May 2025

Did you know that Go is
the 3rd most popular programming language
based on number of references?