pingo
pingo copied to clipboard
Pingo should support stdio as transport
Apart from Unix sockets and TCP, plugins should be able to use stdio for RPC. One major advantage is security.
See what the limitations are and how to approach this within the current structure (if possible, keep namespaces and other output from the plugin available to the plugin controller).
:+1:
:+1:
Hate to promote my stuff on someone else's issues, but stumbled here while googling for go plugins. If you want simple, easy plugins via stdin/stdout, checkout my package: https://github.com/natefinch/pie