publisher-subscriber-pattern

There are 64 repositories under publisher-subscriber-pattern topic.

  • Special-Template

    Language:SCSS2
  • fpGo

    Monad, Functional Programming features for Golang

    Language:Go350
  • fpRust

    Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust

    Language:Rust120
  • fpEs

    Functional Programming for EcmaScript(Javascript)

    Language:JavaScript43
  • kokoro

    A highly extensible Rust-based meta-framework designed for building decoupled and maintainable applications.

    Language:Rust36
  • object-oriented-design

    Simple examples of object oriented design.

    Language:Java13
  • bloc

    A predictable state management library that helps implement the BLoC design pattern

    Language:Dart12
  • AOS-Publisher-Subscriber-IPC

    AOS Project A.Y. 2021-2022

    Language:C7
  • RRCombineAlamofireAPI

    Alamofire API Request by Combine framework

    Language:Swift6
  • JackRussell

    A C++ Publish/Subscriber Library

    Language:C++4
  • journaly

    A simple message-broker/Pub-sub library

    Language:TypeScript4
  • angular-pubsub-pattern

    Event-driven Angular communication

    Language:TypeScript3
  • reactive

    Small events emitters and subscribe, observable and reactive objects library

    Language:JavaScript3
  • CombineAlamofireAPI

    Alamofire API Request by Combine framework

    Language:Swift2
  • javascript-patterns

    This repository focuses mainly on the design patterns and their examples in Javascript

    Language:JavaScript2
  • Todo-App

    To-do app built with React Firebase Typescript

    Language:TypeScript2
  • Publisher-Subscriber-Pattern

    Implementation of Publisher Subscriber message passing pattern and Master-Slave replication pattern.

    Language:Java2
  • build-own-pubsub

    A simplified implementation to learn how to build our own pubsub (publisher-subscriber pattern)

    Language:JavaScript2
  • Spring-Boot-RabbitMQ-Basic-Publisher-Subscriber

    Spring-Boot-RabbitMQ-Basic-Publisher-Subscriber

    The RabbitMQ is a scalable and commonly used messaging queue for exchanging messages among different parts of applications or between multiple applications. Both Spring Boot and Spring AMQP provide great integration capabilities with RabbitMQ.

    Language:Java1
  • P2P-Distributed-Message-Broker-System

    This project implements a simple Peer-to-Peer (P2P) publisher-subscriber system using asynchronous Python

    Language:Python1
  • RabbitMQ_Chat

    Experience seamless real-time communication between users with RabbitMQ. This repository provides an intuitive example of a chat application using RabbitMQ's publisher-subscriber pattern. Start Docker, clone the repo, and execute the Node.js scripts to initiate effortless real-time messaging.

    Language:JavaScript1
  • RabbitMQ

    An example project showcasing a publisher-subscriber pattern implemented in Node.js using RabbitMQ for asynchronous messaging. This project provides a basic demonstration of how to send and receive messages between components in a distributed system.

    Language:JavaScript1
  • google-pub-sub-demo

    This repository contains a simple demo of Google Pub/Sub.

    Language:Python1
  • Canary-Islands-Travel-Advisor-Final-Project

    The application allows users to retrieve tailored travel advice based on current and predicted conditions. Users interact via the REST API, providing parameters like location or travel preferences, receiving customized travel suggestions in return.

    Language:Java1
  • pubisubo

    Simple pub/sub service

    Language:Go1
  • distributedQ

    Distributed queue implementation for Assignment 1

    Language:Python1
  • AOS-Publisher-Subscriber-IPC

    Publisher-subscriber-IPC

    Language:C1
  • DistributedSystems

    Project for Distributed Systems. Streaming service for listening music. the system was created on logic of Publisher-Consumer

    Language:Java1
  • Spring-Boot-RabbitMQ-Basic-Publisher-Subscriber-with-Multiple-Queues

    Spring-Boot-RabbitMQ-Basic-Publisher-Subscriber-with-Multiple-Queues

    The RabbitMQ is a scalable and commonly used messaging queue for exchanging messages among different parts of applications or between multiple applications. Both Spring Boot and Spring AMQP provide great integration capabilities with RabbitMQ.

    Language:Java
  • forkify-app

    Recipe search application

    Language:JavaScript
  • Publisher-Subscriber-Pattern--Dotnet--API-and-Console-App--

    The message broker is built as a Web API, and the subscriber is a console application. The Web API acts as an intermediary, managing subscriptions and relaying messages between publishers and subscribers. Publishers send messages to specific topics, which Web API broker distributes to all subscribed clients.

    Language:C#
  • rabbitmq-with-docker

    This tutorial demonstrates a simple publisher-consumer pattern using RabbitMQ as a message broker. We'll use Node.js and Docker Compose to set up the project easily and manage dependencies.

    Language:JavaScript
  • kokoro-plugin-tiny-http

    tiny http in kokoro, as a plugin

    Language:HTML
  • mission-management-system

    A distributed, multi-app mission and reimbursement management system based on a microservices architecture.

  • Publisher-Subscriber-Pattern

    The Publisher-Subscriber pattern is a behavioral design pattern that defines a one-to-many dependency between objects. In this pattern, multiple subscribers (listeners or observers) are registered to a publisher (subject or event source) to receive notifications about changes or events.

    Language:C#