Feasible to use labstack/echo with a jamstack?

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

    High performance, minimalist Go web framework

  • I have been wanting to work more with GO so I thought to build a jamstack and build the frontend using echo. But lately, as I try coding it, I am not sure what to choose for a headless CMS. Has anyone here gone this route? Or is it better for me to stop my tracks?

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • Quick tip regarding the use of echo. Unlike many other language ecosystems (node, ruby, python, etc.), web frameworks on frowned upon by the go community and not commonly used in practice. Much of the ecosystem is designed to interoperate directly with the http package types... wrapping them with echo will inhibit this interpretability and carry few benefits. That said, routing specifically can be tricky, so checkout the https://github.com/go-chi/chi router.

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

    Static Site Generator with Go backend and Svelte frontend

  • Maybe you are looking for a static site generator. Try this for example. https://plenti.co/

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

  • go-mir - a toolkit to develop RESTful API backend service like develop service of gRPC

    10 projects | /r/golang | 31 Mar 2023
  • Ramping up a team on go

    2 projects | /r/golang | 8 Feb 2023
  • PIANO: A Simple and Lightweight HTTP Framework Implemented in Go

    4 projects | dev.to | 13 Jan 2023
  • HTTP request ID association with logs

    6 projects | dev.to | 4 Nov 2022
  • Labstack/echo: High performance, minimalist Go web framework

    6 projects | news.ycombinator.com | 14 Aug 2022