PIANO: A Simple and Lightweight HTTP Framework Implemented in Go

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

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
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
  1. piano

    Simple and lightweight HTTP framework.

    For example, PIANO supports parameter routing, wildcard routing, and static routing, supports route grouping and middleware, and multiple forms of parameter fetching and returning. I'll introduce these features next.

  2. Stream

    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.

    Stream logo
  3. inquisitor

    INQUISITOR will record your crime. (by B1NARY-GR0UP)

    Here we will introduce some of the core design of PIANO. PIANO is based entirely on the Golang standard library, with only one dependency for a simple log named inquisitor that I implemented myself.

  4. hertz

    Go HTTP framework with high-performance and strong-extensibility for building micro-services.

  5. 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.

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

  • HTTP request ID association with logs

    6 projects | dev.to | 4 Nov 2022
  • Gin: The Go Web Framework That Will Blow Your Mind!

    1 project | dev.to | 28 Apr 2025
  • Goshs – simple, yet feature-rich file transfer written in go

    1 project | news.ycombinator.com | 31 Mar 2025
  • Simplify Your REST API Responses with Milogo for Gin-Gonic

    2 projects | dev.to | 18 Nov 2024
  • Gin and router example

    1 project | dev.to | 8 Jul 2024

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