*Notice:
- As a demo, we replace ECS API with local File API so that you can run locally.
- Use pure javascript version of server side so you don't need to compile c++ code (which is same as Linux Rsync).
environment: node.js v6.9.0
>> git clone this repository
>> install npm
>> cd to the path of this project
>> npm install
>> node bin/www
>> Now ,visit localhost:7070 on your browser
Javascript Implementation of rsync algorithm: WebR2sync_plus/blob/master/public/js/bit-sync.js
WebRsync Client: WebR2sync_plus/blob/master/public/js/sync-client.js
WebRsync Server: WebR2sync_plus/blob/master/app.js