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