Creating an HTTP server in Go using gin

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

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

  • So, gin it is

  • httprouter

    A high performance HTTP request router that scales well

  • httprouter is a fast router for Go that implements a lot of features of which a few are Path auto-correction, Zero Garbage, Best Performance.

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

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

  • fasthttp

  • Beego

    beego is an open-source, high-performance web framework for the Go programming language. (by astaxie)

  • beego

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

  • Source Code Analysis for Go HTTP Framework Hertz

    5 projects | dev.to | 29 Oct 2022
  • What are the pros and cons of using a framework like gin-gonic/gin?

    2 projects | /r/golang | 10 Mar 2022
  • Build a REST API with Golang and MongoDB - Gin-gonic Version

    3 projects | dev.to | 2 Jan 2022
  • Would it be better to use Frameworks or not ?

    3 projects | /r/golang | 25 Oct 2021
  • Learning Go together

    2 projects | /r/golang | 23 May 2021