Forklore / polypong

Browser based multiplayer Pong game implemented with canvas, websockets, node.js and coffee.script
polypong.herokuapp.com
1 stars 2 forks source link

Optimize bandwidth #9

Open Oregu opened 11 years ago

Oregu commented 11 years ago

Json we send from server to client has a big overhead, which can be compacted few times. Here is good tutorial.