Golang Inter-Process Communication Example

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
  • code-for-blog

    Code samples from my blog

  • Credit: https://blog.container-solutions.com/wtf-is-inter-process-communication Credit: https://github.com/eliben/code-for-blog/tree/master/2019/unix-domain-sockets-go

  • go-plugin

    Golang plugin system over RPC.

  • Another Go IPC mechanism I've seen is gRPC over unix domain sockets, which is often used with "plug-in" mechanisms (such as terraform: https://github.com/hashicorp/go-plugin). That gives a higher-level interface than reading/writing raw bytes on a socket.

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