I'm setting up a node.js cluster in which I'd like slave processes to send messages to the master so it keeps track of their progress. All the documentation I've read mentions passing messages from the master to the slaves and not the other way around, which makes me wonder if that is possible.
Thanks