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.
重複の可能性: HTML5 では Web アプリがピアツーピア HTTP 接続を確立できますか?
あるデバイスから別のデバイスへのインターネット接続を作成したい html5 と javascript を使用してコーディングする方法
できません-少なくとも直接ではありません。
JS には適切な API が含まれていないだけでなく、NAT デバイスのようなものがデバイス間の接続の邪魔になる傾向があります。
考えられる回避策には、おそらく WebSocket を使用して、両方のデバイスを中央サーバーに接続させることが含まれます。