adds code


Whenever a user makes changes to a node or adds nodes, the client application sends the updates to the server, which then updates the MySQL database. The server notifies other clients in real-time about these changes throught socket. That's how real time tree editor works. Source Code: https://github.com/darshankparmar/Real-Time-Collaborative-Tree-Editor For Node JS Download: https://nodejs.org/en/download/ For MySQL Download: https://dev.mysql.com/downloads/mysql/ For Visual Studio Code: https://code.visualstudio.com/download
Previous Post Next Post