https://github.com/lu-zero/rebus
message bus experiment
https://github.com/lu-zero/rebus
Last synced: 10 months ago
JSON representation
message bus experiment
- Host: GitHub
- URL: https://github.com/lu-zero/rebus
- Owner: lu-zero
- License: mit
- Created: 2013-12-30T07:55:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T08:00:56.000Z (almost 12 years ago)
- Last Synced: 2025-01-17T13:17:04.657Z (11 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rebus
=====
message bus experiment
## Dependencies
[nanomsg](http://nanomsg.org)
## Structure
ReBus is leveraging nanomsg to provide an quite portable and decently performing messaging system similar to
dbus.
Ideally a shell library will be provided to have the dbus integrations present use rebus instead of dbus.
Given that most of the heavy lifting is done by nanomsg, there is plenty of space to play with the serialization
models such as bson.