An open API service indexing awesome lists of open source software.

https://github.com/cvhariharan/plugin

A simple Go package to build gRPC based plugins
https://github.com/cvhariharan/plugin

go grpc plugins

Last synced: about 1 year ago
JSON representation

A simple Go package to build gRPC based plugins

Awesome Lists containing this project

README

          

# Plugin
Plugin is a simple package to build gRPC based plugins. This is heavily inspired by the [go-plugin](https://github.com/hashicorp/go-plugin) project.

Check the [examples](./examples/) to learn more.