Meteor-EventDDP
Meteor-EventDDP copied to clipboard
Added RemoteEventDDP allowing for server to server communication
I added the RemoteEventDDP class that allows a server to establish event communication to another server. It basically transforms the EventDDP client to a server side client.