SYNAPSES connecting apps
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'synapses'
And then execute:
bundle
Or install it yourself as:
gem install synapses
Usage
See lib/synapses/examples
folder.
- Contract: {file:lib/synapses/examples/contract.yml lib/synapses/examples/contract.yml}
- Plain example with producers and consumers: {file:lib/synapses/examples/rockets.rb lib/synapses/examples/rockets.rb}
- Request-Reply pattern example: {file:lib/synapses/examples/get_time.rb lib/synapses/examples/get_time.rb}