I have two apps both running on the same Windows computer, both Node-Webkkit exports.
How do I send a simple message from one to the other? A text string "1234" for example...
Press a button in App1 and it sends "1234" to App2. App2 reads that and sets its MessageVariable to the incoming message...
Not hard right?
Yet I can't seem to do it...
Help! I have less than a week left to get this working!