SchizoDuckie / CreateReadUpdateDelete.js

CreateReadUpdateDelete.js aims to bring you a tiny footprint (18kb compressed), platform independent ORM/ActiveRecord implementation for Javascript that works flawlessly on SQLite / WebSQL databases, or any flavor of remote database you can think of via serverside JSON API. Written in Plain Old JavaScript without any framework dependencies, you can use this with Mootools, Jquery, Zepto, Ember, or whatever your drug of choice is.
http://schizoduckie.github.io/CreateReadUpdateDelete.js/
MIT License
38 stars 5 forks source link

Remote server synchronization #8

Closed MarioVanDenEijnde closed 7 years ago

MarioVanDenEijnde commented 8 years ago

Hello SchizoDuckie,

Our present project is a sharepoint mobile extension with which we use the SharePoint API to sync the data from and to remote. For another project we are free to choose a remote server sync. Do you have experience and can advise a solution that works good and can scale up to large data traffic?

Kind regards, Mario

SchizoDuckie commented 7 years ago

sorry, that is beyond the scope of the support i'm willing to deliver on this.