How it works
Last updated
Last updated
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.
The client makes a request to Asyncher
Asyncher pulls your data from the server
Asyncher compares the data sent by the client with the data fetched by the server
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?