-2

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?

saravankg
  • 909
  • 1
  • 10
  • 21
PptSbzzgt
  • 351
  • 1
  • 3
  • 10

1 Answers1

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