Skip to content

Generic lag compensation system for multiplayer javascript games.

License

Notifications You must be signed in to change notification settings

jaburns/node-gamesync

Repository files navigation

node-gamesync

Generic lag compensation and client-side prediction engine for multiplayer javascript games.

Quick and dirty demo:

git clone https://github.com/jaburns/node-gamesync
cd node-gamesync
npm install
node example/app 200 &  # Simulate 200 ms latency on messages returning from server.
open localhost:1234
!!

About

Generic lag compensation system for multiplayer javascript games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published