I need some guidance regarding interprocess communication with Deno
What are good cross-platform (Windows, Linux) options for interprocess communication / data sharing between a Deno runtime running untrusted code, and another process that is trusted (both are running on the same host)? I recognize there are always risks associated with this, and I don't expect to achieve perfect security; I just don't want to take an approach that is absurdly insecure.
Besides security, performance and ease of use are concerns; it would be preferable to not have to create my own protocol, for instance.
Besides security, performance and ease of use are concerns; it would be preferable to not have to create my own protocol, for instance.
