Skip to content
#

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 56 public repositories matching this topic...

This is Java project which delves into the essence of a Publisher/Subscriber Bingo game, with five players itching to paint their cards with numbers. Mary, John, Mark, Ana, and Paul are pursuing to match eight randomly chosen numbers between 1 and 50. Can they outwit their peers and be the first to shout “BINGO!”.

  • Updated Apr 19, 2026
  • Java

This repository demonstrates the Observer Pattern, a behavioral design pattern. It includes a real-world example, step-by-step Java implementation, and activities to help you understand and apply the pattern effectively.

  • Updated May 27, 2026
  • Java