How to talk to UDP sockets with HTML5?

前端 未结 6 1056
执笔经年
执笔经年 2020-12-05 02:07

What I have : A C++ application server running, Ready to send data to client which is supposed to a HTML5 page or app.

What I want :

6条回答
  •  再見小時候
    2020-12-05 02:17

    This is a major issue for gamers. See that link for a discussion of websockets, webrtc, quic (in chrome), and the author's netcode.io

提交回复
热议问题