I am currently developing an application using dropbox c# API.
DropBox is able to capture changes on their server and also the changes in their client almost immediately.
What technique they use to synchronize this 2 replicas?
Wish someone can provide me some clue to start with, I try to avoid the timer base synchronization.
Thanks.