Got any practicle examples of Golang?

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

    lightweight, idiomatic and composable router for building Go HTTP services

  • You can do exactly the same with go. You would use some library like chi for routing https://github.com/go-chi/chi instead of express. Go also has a pretty good routing support integrated directly into the language, so you may not even need chi.

  • MongoDB

    The MongoDB Database

  • Mongo could theoretically be written in Go, but databases are usually written in a lower level language like C++. You can look at Mongo's github and see that it is indeed written in C++ https://github.com/mongodb/mongo

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