Socket.IO documentation for Windows 8 modern/metro

2019-07-16 07:51发布

Relating to a previous question I asked, I am building a Windows 8 c++ App that requires me to connect to a Node.js server running socket.io.

Does socket.io use any sort of special protocol on top of websockets? When I just do a dry connection, I get an error "HTTP Invalid Response."

I see a number of c++ websocket implementations, but I'm having a bit of a hard time trying to translate those concepts into the Windows 8 websocket implementation.

1条回答
叛逆
2楼-- · 2019-07-16 08:44

Check this implementation for windows store apps, it's a port to WinRT (C#) of the .Net client of socket.io.

https://socketio4winrt.codeplex.com/

查看更多
登录 后发表回答