Inter-process communication between node and C application
问题 I have 2 software componnects I'd like to make talk to each other, A node.js web application A dedicated server written in C (a fairly simple piece of code that deals with some obscure library that i'd rather not wrap for other languages) The conversations I'd like to have are pretty simple, Node: Setup resource id A C app: Ok, here's the ref num or Node: Take down this ref C app: Sure, mate. Is there any painless way to pass messages between the 2? My theoretical idea currently is something