richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

Binary Star Reactor in C++ #20

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement the Binary Star Reactor example.

Binary Star is useful and generic enough to package up as a reusable reactor class. The reactor then runs and calls our code whenever it has a message to process. This is much nicer than copying/pasting the Binary Star code into each server where we want that capability.

richardmillen commented 7 years ago

Leaving broker-based examples for the time being. Will return to this later.