UDP服务器,TCP客户端?客户端、服务器、UDP、TCP

2023-09-08 15:18:00 作者:一壶老酒

我试着写在闪存客户端应用程序,而据我所知,闪光灯不提供UDP套接字的任何支持。是否有可能从一个UDP服务器到闪存(TCP)套接字接收数据?如果可能的话,怎么办?

I'm trying to write a client application in flash, and as far as I know, flash doesn't offer any support for UDP sockets. Is it possible to receive data from a UDP server to a flash (TCP) socket? If it is possible, how?

推荐答案

都能跟得上2不同的协议。你可以尽管建一座桥。

Nope 2 different protocols. You could build a bridge though.

How通过node.js中/ socket.io从客户端连接到TCP服务器?