I am beginning an investigation into making a Distributed Data Protocol version of Tinkerpop3. https://www.meteor.com/ddp
I have been using Tinkerpop3 for a while now but not as a developer. Here is my plan. * Port the in-memory version to javascript using the google closure compiler. * Build a DDP mechanism based on the tinkerpop3 API * Integrate into AppShare https://github.com/zubairq/AppShare Questions: * Is there some compelling reason why this is a bad idea? * What portion of the code base is relevant? * Has this been tried before? * Is there a synchronization already present? Thanks