Skip to content

A gLua library that allows the server to send updates on large tables without resending the entire table over the network

License

Notifications You must be signed in to change notification settings

Pulsar-Dev/updatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Updatr

Description

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

Documentation can be found on the Pulsar Docs here

Contributing

If you want to contribute to this project, please create a new branch, make your changes, and open a pull request.

License

This project is licensed under the MIT License.

About

A gLua library that allows the server to send updates on large tables without resending the entire table over the network

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages