Updatr is a gLua library that allows the server to send updates on large tables without resending the entire table over the network. It does this by sending the difference between the old table and the new table and then applying the difference on the client.
This addon has not been tested on a large scale, so it may not be as efficient and as stable as it could be. If you find any bugs, please report them to the issues page.
Documentation can be found on the Pulsar Docs here
If you want to contribute to this project, please create a new branch, make your changes, and open a pull request.
This project is licensed under the MIT License.