We have two completely different projects. One built with nodejs and the other using Meteor. I'm handling the Meteor project and I need a certain data from the nodejs project (Which is using socket.io). Provided that I'm not allowed to modify any of the nodejs project code, I need to communicate with it using only socket.io.We have two completely different projects. One