pingo icon indicating copy to clipboard operation
pingo copied to clipboard

Pingo should support stdio as transport

Open dullgiulio opened this issue 9 years ago • 3 comments

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).

dullgiulio avatar May 01 '15 20:05 dullgiulio

:+1:

pwaller avatar May 08 '15 18:05 pwaller

:+1:

novln avatar May 10 '15 21:05 novln

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

natefinch avatar May 26 '15 03:05 natefinch