Professional-Hobo / PokeMMOn-Old

MMO Pokemon Game using Node.js
http://keitharm.me/projects/pokemmon/
6 stars 2 forks source link

Change server update to supply a delta #82

Open lobabob opened 8 years ago

lobabob commented 8 years ago

Currently the server gives the client a lot of data every tick. Change this so that the server only supplies a client with a delta (less bandwidth used, faster connection)