-
Updated
Apr 30, 2020 - Ruby
#
publish-subscribe
Here are 228 public repositories matching this topic...
A micro library providing Ruby objects with Publish-Subscribe capabilities
Logical Replication extension for PostgreSQL 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
subscription
replication
etl
zero-downtime
postgresql
data-transformation
publish-subscribe
cdc
logical-decoding
data-transport
database-replication
-
Updated
Nov 30, 2020 - C
The Web Application Messaging Protocol
-
Updated
Nov 18, 2020 - HTML
Event Dispatcher and callback list for C++
observer-pattern
cpp11
callback
header-only
signal
event-dispatcher
publish-subscribe
slot
thread-safe
nested-events
-
Updated
Dec 4, 2020 - C++
PHP Service Bus (publish-subscribe pattern) implementation
-
Updated
Aug 28, 2020 - PHP
eCAL - enhanced Communication Abstraction Layer
middleware
ipc
client-server
publish-subscribe
shared-memory
autonomous-driving
interprocess-communication
message-protocol
google-protobuf
ecal
-
Updated
Dec 17, 2020 - C++
Realtime Message Bus for the Web. Javascript Implementation
-
Updated
Oct 13, 2020 - JavaScript
A Prometheus exporter for NATS metrics
monitoring
prometheus
nats
grafana-dashboard
publish-subscribe
nats-streaming
nats-server
nats-client
-
Updated
Nov 3, 2020 - Go
Every developer deserves the right of creating microservices without using any framework 🤍
distributed-systems
cloud
microservices
csharp
serverless
azure
ddd
actor-model
event-driven-microservices
cloud-computing
finite-state-machine
publish-subscribe
workflows
saga-pattern
stateful-actors
cloud-native-microservices
actor-framework
dasync
service-oriented-applications
-
Updated
Jan 2, 2020 - C#
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
csp
actors
cplusplus
cpp
actor-model
thread
concurrency
multithreading
pubsub
actor
concurrent-programming
publish-subscribe
agents
communicating-sequential-processes
message-passing
actor-library
cplusplus-17
actor-framework
sobjectizer
-
Updated
Dec 10, 2020 - C++
Fast C++ IPC using shared memory (with msgpack)
-
Updated
Sep 5, 2020 - C++
Distributed publish-subscribe data service and Mles protocol reference implementation on Rust, Tokio and Serde
-
Updated
Nov 3, 2020 - Rust
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
c-sharp
metadata
iot
m2m
networking
communication
conference
internet
ebook
semantic-data
data-discovery
iiot
publish-subscribe
opc-ua
opcua
ooi
data-oriented-architecture
-
Updated
Dec 16, 2020 - C#
Nuwber's events provides a simple observer implementation, allowing you to listen for various events that occur in your current and another applications. For example if you need to react to some event published from another API.
events
laravel
microservice
queue
rabbitmq
eventbus
broadcast
publish-subscribe
event-fires
registering-events
wildcard-events
broadcasting-events
-
Updated
Dec 15, 2020 - PHP
A framework to build an event based, reactive architecture for swift iOS projects
swift
rxswift
listener
modularity
publish-subscribe
merlin
ios-architecture
event-driven-architecture
-
Updated
Apr 15, 2020 - Swift
Fully reactive programming for nodejs and the browser
-
Updated
Dec 4, 2020 - JavaScript
Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe, asyncio support and broker functionality.
-
Updated
Dec 11, 2020 - Python
android
kotlin
message-bus
kotlin-android
kotlin-library
android-library
pubsub
eventbus
broker
event-bus
pub-sub
publish-subscribe
kotlin-coroutines
message-broker
publisher-subscriber
-
Updated
Jul 31, 2020 - Kotlin
emitter-io / go
Go/Golang client for emitter
-
Updated
Sep 17, 2020 - Go
Angular 1.x implementation of the Publish–Subscribe pattern.
-
Updated
Jul 20, 2017 - JavaScript
Publish-Subscribe mechanism for GDScript
-
Updated
Feb 14, 2020 - GDScript
eda is a library for implementing event-driven architectures.
microservices
cqrs
domain-driven-design
event-sourcing
event-driven
publish-subscribe
event-driven-architecture
-
Updated
Dec 28, 2017 - Go
Events for Ruby objects (a.k.a objects with Publish-Subscribe capabilities a.k.a. Observer pattern)
-
Updated
Mar 15, 2015 - Ruby
Publish/Subscribe UMD package
-
Updated
Dec 12, 2020 - JavaScript
relu91
commented
Apr 10, 2018
SPARQL endpoints support many Content-types, SEPA should at least provide the Content-types of the underlining SPARQL endpoint.
Support formats like for example n-triples should make easier to parse CONSTRUCT queries. @desmovalvo is it?
Open
WSDL description
1
Control lights in the physical world from the augmented world using hand gestures. Using Magic Leap Hand Poses (Gestures) and PubNub.
iot
arduino
tutorial
csharp
unity
augmented-reality
virtual-reality
pubnub
publish-subscribe
rgb-led
arduino-sketch
gesture-recognition
iot-device
iot-application
magicleap
magic-leap
magicleapone
-
Updated
Oct 19, 2018 - C#
Improve this page
Add a description, image, and links to the publish-subscribe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the publish-subscribe topic, visit your repo's landing page and select "manage topics."


Brief feature description
Iceoryx uses a variety of strings (
std::string,cxx::string<>,cxx::CString100, etc).Once #253 is merged this mishmash should be cleaned-up.
Detailed information
Only use
cxx:string<>or types created from it.No std::string in public API
No more std::strings in code base