How to maintain a real-time synchronization?

2

I'm working on an app and I already have the database handling done. But a question arose as to how I can create a real-time synchronization system from the app's local bank to the remote server's database.

If anyone knows how to explain or have a related tutorial, I'm grateful.

    
asked by anonymous 07.02.2015 / 20:26

1 answer

1

After some research on the internet, and thanks to the friend @ QMechanic73, I noticed that this is a very used tool in NOSQL database.  That are storage systems that do not use SQL (or table-based systems).

The link presented by @ Mechanic73 takes you to the CoachDB site where you have a tutorial explaining about the synchronization service and an example use.

Link CoachDB .

Thank you.

    
20.02.2015 / 12:55