How it works

Asyncher interposes between your clients and your server within your project. It is designed to be in all respects a microservice (see here how to install it on Docker) which exposes a single Web API.

  1. The client makes a request to Asyncher

  2. Asyncher pulls your data from the server

  3. Asyncher compares the data sent by the client with the data fetched by the server

  4. Asyncher pushes the synchronized data to the server and returns it to the client


What does it need to be able to do all this?

How to installData PrerequisitesConfiguration

Last updated