Hello gophers, show me your concurrent code

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

    Better structured concurrency for go

  • I will probably be using more conc too now. Lots of great primitives for dealing with multiple functions returning the same types or errors etc.

  • PushProx

    Proxy to allow Prometheus to scrape through NAT etc.

  • See this https://github.com/prometheus-community/PushProx/blob/master/cmd/proxy/coordinator.go

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

    stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library (by devnw)

  • utils

    Numerous utility libraries and tools (by colt3k)

  • openai

    A go client and cli for the openai APIs, focused on developer friendliness and convenience atop the basic building blocks for the OpenAI apis (by andrewstuart)

  • Here's one: https://github.com/andrewstuart/openai/blob/main/cmd/openai/cmd/variation.go

  • mcPortKnock

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