Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 C 编写一个服务器,我想知道是否可以使用 html 作为我的客户端,并在客户端使用 socket.io 通过套接字与 C 中的服务器通信。这可能吗?
对的,这是可能的。服务器/客户端使用哪种语言编写并不重要。它们只是发送/接收网络流量。
当然可以。它们只是数据传输,无论客户端/服务器端使用什么语言。