How to talk to UDP sockets with HTML5?

前端 未结 6 1038
执笔经年
执笔经年 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:27

    You could possibly use a work around, design a program/script/server(I would use PHP, being a html client) to get the UDP gram from the server, if you would like I could help, I have worked on something similar.

提交回复
热议问题