Monday, 3 April 2017

How to send 500*500 2D Int Array over Websocket?

My Problem is that I think that it would take to long to JSON.stringify and send it to every individual User. Let's say 4 People would connect at the same time, the server would just be stuck at parsing the Array and everyone would have immense waiting time.

Is there a better way than JSON.stringify -ing ?



via Alexander Gratzl

No comments:

Post a Comment