reactive-retro / retro-app

The Ionic app that runs the game.
GNU General Public License v3.0
1 stars 3 forks source link

encode monsters as strings (jwt or something) when sending to front end #55

Closed seiyria closed 8 years ago

seiyria commented 8 years ago

this way they don't take up so much space.

maybe also chunk them and prioritize sending the closest monsters.

seiyria commented 8 years ago

Probably going to hold off on this for now. If this is done, it should be determined matter-of-factly that it needs to be done, and only done for more intensive endpoints.