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.
我想将我的 Windows 8 商店应用程序与 node.js socket.io 服务器连接起来。是否有 c# 和 socket.io 的库?
您始终可以使用其中的 socket.io javascript 客户端创建一个隐藏的浏览器元素。它可以充当 nodejs 服务器和您的 win8 应用程序之间的代理。