What do Google drive and drop-box use to synchronize files? Are they based on anything like ajax/jquery
? I am just a newbie, but I would like to know a bit more about sync. Any help/link?
Asked
Active
Viewed 285 times
-2
-
http://stackoverflow.com/questions/3554680/how-dropbox-works – Lucas Jun 27 '13 at 13:59
1 Answers
1
AJAX and jQuery are javascript, javascript runs only in the browser. Google Drive and Dropbox are written in client side code. As far as I can work out, both clients are written in Visual C++.
This is a very advanced topic to be jumping into, I'd recommend reading some books on basic programming before you go anywhere near this kind of stuff.

roryok
- 9,325
- 17
- 71
- 138