Hacker News new | ask | show | jobs
by pjtr 2460 days ago
Are there options for machine local IPC over pipes in .NET Core?
1 comments

Fairly limited, but anonymous pipes might fit your use case:

https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-u...