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