Go Plugin System over WebAssembly

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-plugin

    Go Plugin System over WebAssembly (by knqyf263)

  • pygo-plugin

    Python plugin system over gRPC - wrapper of github.com/hashicorp/go-plugin

  • Cool looking project. I like that it uses a grpc-like proto schema, similar go hashicorp/go-plugin.It would be neat to see an example eventually of another language plugin like C++/Rust. I had done some work prototyping a port of hashicorp/go-plugin to a Python host (github.com/justinfx/pygo-plugin) since Python is a primary language at my studio. But there wasn't enough appetite at the time, so I haven't continued to work on it.

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

    wazero: the zero dependency WebAssembly runtime for Go developers

  • Wazero handles the sandbox and execution. So go compiles to a program that can execute wasm in a sandbox.

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