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 c++ 应用程序,该应用程序需要我连接到运行 socket.io 的 Node.js 服务器。
socket.io 是否在 websockets 之上使用任何类型的特殊协议?当我只是进行干式连接时,我收到一个错误“HTTP Invalid Response”。
我看到了许多 c++ websocket 实现,但我很难将这些概念转换为 Windows 8 websocket 实现。
检查 Windows 商店应用程序的此实现,它是 socket.io 的 .Net 客户端的 WinRT (C#) 的端口。
https://socketio4winrt.codeplex.com/