Say I\'ve got a c++ program running on the same server with a Node.js web app, on a linux server.
The c++ program maintains a queue, and what I want to do with Node.js i
I'd use sockets, they are clean and easy to use