Data Synchronizer is a Node.js Electron application that synchronizes MySQL/MariaDB data from client to server. The application uses Socket.io for connecting and emitting data, allowing for up to 5000 concurrent clients. The application structure involves clients connecting to the socket server through which they communicate with client-to-server or vice versa. The server receives the data and sends it to the client via data events.
Here are some screenshots of the Data Synchronizer:
Figure 1: Main screen of the Data Synchronizer Client
Figure 2: Main screen of the Data Synchronizer Server
Figure 3: Configuration screen of the Data Synchronizer Server
- Clone the repository to your local machine
- Install the required dependencies
- Configure the application to connect to your client and server databases
- Run the application to synchronize your data
- Monitor the synchronization process for any errors or issues
- Troubleshoot any errors or issues as needed
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.