Implementing interprocess communications between .NET and Node.JS
Introduction If you want to implement interprocess communication, you will end up reading about pipes and file descriptors. The problem I found is that .NET does a great job hiding all these concepts from us. I don’t know about you, but I didn’t even know much about these concepts until...
[Read More]