Web ページに表示するイベントのリストで、サーバー側でイベントが発生した場合に「ライブ」更新を取得する機能を提供したいと考えています。ポーリング サイクルでリストをリロードするのではなく、一種のライブ モニターです。
私はこのようなものが必要だと思います:
- Client: open a socket to the server (ajax like),
listening for events,
if an event comes, update the visible list.
- Server: if such socket has been opened:
propagate any event through that socket.
この目的に適したjQuery拡張のようなものはありますか?