Skip to content

HimanshuSingh2308/WebR2sync_plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRsync+

*Notice:

  1. As a demo, we replace ECS API with local File API so that you can run locally.
  2. Use pure javascript version of server side so you don't need to compile c++ code (which is same as Linux Rsync).

Get started

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

Document

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.5%
  • CSS 0.1%