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のサーバーと通信できるかどうか疑問に思っていました。これは可能ですか?
はい、可能です。サーバー/クライアントがどの言語で記述されているかは関係ありません。ネットワーク トラフィックを送受信するだけです。
もちろんできます。クライアント/サーバー側の言語に関係なく、それらは単なるデータ転送です。