shutterstock / devent-router

Route Devent messages by topic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devent-router

devent-router is a collection of event aggregation tools.

Getting Started

First build devent-router:

make

Next start dr-hub and dr-recv:

./dr-hub 'tcp://*:5555' 'tcp://*:5556' &
./dr-recv 'tcp://*:5556' mytopic

In a new window open another instance of dr-recv:

./dr-recv 'tcp://*:5556' mytopic.second

And in one more window run dr-send:

echo "both topics" | ./dr-send 'tcp://*:5555' mytopic
echo "only second topic" | ./dr-send 'tcp://*:5555' mytopic.second

Requirements

License

MIT © 2011-2017 Shutterstock Images, LLC

About

Route Devent messages by topic

License:MIT License


Languages

Language:C 88.3%Language:Makefile 6.3%Language:JavaScript 5.4%