6 library(http/hub): Manage a hub for websockets
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • library(http/hub): Manage a hub for websockets
          • hub_create/3
          • current_hub/2
          • hub_add/3
          • hub_member/2
          • hub_send/2
          • hub_broadcast/2
          • hub_broadcast/3
Availability::- use_module(library(http/hub)).
Source[nondet]current_hub(?Name, ?Hub)
True when there exists a hub Hub with Name.