I will never return back to Node.JS after writing Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • distroless

    🥑 Language focused docker images, minus the operating system.

  • I mostly use distroless these days. It includes a few things like time zone and root certificate files. See here https://github.com/GoogleContainerTools/distroless/blob/main/examples/go/Dockerfile

  • htmx

    </> htmx - high power tools for HTML

  • https://htmx.org might scratch your itch.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • JSON-to-Go

    Translates JSON into a Go type in your browser instantly (original)

  • I use this website to auto generate go structs from JSON snippets I pull from the documentation usually, works like a charm. Then it's just marshal and unmarshalling.

  • gojsonschema

    An implementation of JSON Schema, draft v4 v6 & v7 - Go language

  • gobyexample

    Go by Example

  • recipes

    📁 Examples for 🚀 Fiber (by gofiber)

  • You can still benefit from both philosophies: https://github.com/gofiber/fiber :)

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