Skip to content

Data Synchronizer is a Node.js Electron application that synchronizes MySQL/MariaDB data from client to server using Socket.io for data transfer.

License

Notifications You must be signed in to change notification settings

erman999/Data-Synchronizer

Repository files navigation

Data Synchronizer

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.

Screenshots

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


Installation

  1. Clone the repository to your local machine
  2. Install the required dependencies
  3. Configure the application to connect to your client and server databases

Usage

  1. Run the application to synchronize your data
  2. Monitor the synchronization process for any errors or issues
  3. Troubleshoot any errors or issues as needed

Contributing

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.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

About

Data Synchronizer is a Node.js Electron application that synchronizes MySQL/MariaDB data from client to server using Socket.io for data transfer.

Topics

Resources

License

Stars

Watchers

Forks