Would it be better to use Frameworks or not ?

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

    lightweight, idiomatic and composable router for building Go HTTP services

  • If you purely build a rest api using core modules will get you pretty far. There are multiple small wrappers out there that provide better routing and possibly a nicer api. As an example https://github.com/go-chi/chi is only 1K LOC and compatible with handleFunc.

  • Echo

    High performance, minimalist Go web framework

  • I tried once to only use the standard library for a REST-like api and ended removing all that code and replacing it with a framework (Echo in my case) once i noticed that all that those thousands lines of code that i wrote to handle errors, requests, responses, validations, etc were almost the same to the ones you could find it those frameworks.

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

  • Check gin-gonic. This is a powerfull web framework written in go.

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

  • 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
  • Learning Go together

    2 projects | /r/golang | 23 May 2021
  • Password-less Login in Go from Scratch

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

    1 project | dev.to | 8 Jan 2024