How would you convince a newbie that learning Go would be better than C++ in 2022?

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

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  • The standard library features all you need for backend development (networking, http, json, yaml, etc.) and there is usually a very well know library that does the heavy lifting for you (https://gin-gonic.com/ for web APIs for instance, or https://grpc.io/ for RPC APIs, etc.)

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

  • The standard library features all you need for backend development (networking, http, json, yaml, etc.) and there is usually a very well know library that does the heavy lifting for you (https://gin-gonic.com/ for web APIs for instance, or https://grpc.io/ for RPC APIs, etc.)

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

    Ebitengine - A dead simple 2D game engine for Go

  • As others mentioned, the language is perfect for the backend, but you could do pretty much anything you'd like with it, including game development for instance with https://ebiten.org/

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