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.id を再利用したり、複数回使用したりすることは可能ですか?
ユーザーが同じサイトの複数のページを異なるブラウザー タブで表示するとします。それらすべてを処理するために、単一の socket.id、socket を使用したいと考えています。
ユーザーが通知を受け取った場合、単一の socket.emit ですべてのタブにポップアップする必要があります。
複数サイト?
いいえ、それは不可能です。これらのサイトを webapp で iframe に開くと、可能になると思います。
別のオプションは、ソケット接続を開くブラウザ プラグインを構築することです。