Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support stdin/stdout for communication with plugin #247

Open
rekby opened this issue Mar 31, 2023 · 1 comment
Open

Add support stdin/stdout for communication with plugin #247

rekby opened this issue Mar 31, 2023 · 1 comment

Comments

@rekby
Copy link
Contributor

rekby commented Mar 31, 2023

Currently, the host can connect to the plugin exclusively through network (localhost) and Unix sockets.

When it's necessary to avoid using networking (for instance, due to untrusted applications on the same host or to prevent triggering a firewall), the Unix socket serves as the only option. However, Unix sockets are incompatible with Windows applications.

Enabling communication via a stdin/stdout pair in addition to the TCP/socket protocol would be highly advantageous.

@fairclothjm
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants