publisher-subscriber-pattern
There are 64 repositories under publisher-subscriber-pattern topic.
fpGo
Monad, Functional Programming features for Golang
fpRust
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
fpEs
Functional Programming for EcmaScript(Javascript)
kokoro
A highly extensible Rust-based meta-framework designed for building decoupled and maintainable applications.
object-oriented-design
Simple examples of object oriented design.
bloc
A predictable state management library that helps implement the BLoC design pattern
AOS-Publisher-Subscriber-IPC
AOS Project A.Y. 2021-2022
RRCombineAlamofireAPI
Alamofire API Request by Combine framework
JackRussell
A C++ Publish/Subscriber Library
journaly
A simple message-broker/Pub-sub library
angular-pubsub-pattern
Event-driven Angular communication
reactive
Small events emitters and subscribe, observable and reactive objects library
CombineAlamofireAPI
Alamofire API Request by Combine framework
javascript-patterns
This repository focuses mainly on the design patterns and their examples in Javascript
Todo-App
To-do app built with React Firebase Typescript
Publisher-Subscriber-Pattern
Implementation of Publisher Subscriber message passing pattern and Master-Slave replication pattern.
build-own-pubsub
A simplified implementation to learn how to build our own pubsub (publisher-subscriber pattern)
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.
P2P-Distributed-Message-Broker-System
This project implements a simple Peer-to-Peer (P2P) publisher-subscriber system using asynchronous Python
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.
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.
google-pub-sub-demo
This repository contains a simple demo of Google Pub/Sub.
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.
pubisubo
Simple pub/sub service
distributedQ
Distributed queue implementation for Assignment 1
AOS-Publisher-Subscriber-IPC
Publisher-subscriber-IPC
DistributedSystems
Project for Distributed Systems. Streaming service for listening music. the system was created on logic of Publisher-Consumer
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.
forkify-app
Recipe search application
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.
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.
kokoro-plugin-tiny-http
tiny http in kokoro, as a plugin
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.