Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Oh i meant every 500ms, not 0.5ms, sorry ^^' Commented Jun 5, 2017 at 14:57
  • I already have the web app silent when not moving, not a problem ;) Commented Jun 5, 2017 at 15:00
  • Thanks by the way ! Great answer with lots of tips. You advise tcp then ? Commented Jun 5, 2017 at 15:00
  • I recommend trying both but like I already said, you care more about time then lost packets. See what UDP does. Commented Jun 5, 2017 at 15:22
  • Actually, it seems like UDP is not a possibility in Javascript. And the allowed TCP is actually WebSockets, with a heavy header and all... We'll see how it goes. Commented Jun 5, 2017 at 20:10