A lot of boilerplate code when writing asynchronous code in go

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

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

    Simple golang telegram bot that gives ability to create forms

  • Hello! I have a little go project I'm working on right now. I deploy it to google cloud functions, just because I found it fun not to have any infrastructure. But I realized soon that I want my bot to answer as fast as possible. The first thing that came to my mind is to make all functions that make database and network calls asynchronous. I found somewhere that gophers use something like this:

  • conc

    Better structured concurrency for go

  • You want a fast asynchronous development use a library I recommend https://github.com/sourcegraph/conc

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

    Discontinued Structured concurrency manager for 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