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.
以前の質問に関連して、socket.io を実行している Node.js サーバーに接続する必要がある Windows 8 c++ アプリを構築しています。
socket.io は websocket の上で特別なプロトコルを使用しますか? ドライ接続を行うだけで、「HTTP 無効な応答」というエラーが表示されます。
多くの C++ Websocket 実装が見られますが、それらの概念を Windows 8 Websocket 実装に変換するのに少し苦労しています。
Windows ストア アプリのこの実装を確認してください。これは、socket.io の .Net クライアントの WinRT (C#) へのポートです。
https://socketio4winrt.codeplex.com/