Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

publish-subscribe

The publish-subscribe pattern (short: pubsub) is an event handling and messaging pattern where the consumer subscribes to the provider, which in return can then publish a message that can be picked up and processed by each subscribed consumer.

Here are 42 public repositories matching this topic...

Application, which allows to execute real-time commands and automated command pipelines on multiple clients (systems, including edge devices) connected to the network using only one terminal.

  • Updated Jun 26, 2024
  • Python