blob: 2e26ff640a9fc6e0b7755285da4d6c43197039e4 (
plain) (
blame)
1
2
3
4
5
6
|
Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
process to construct message objects and send them to another process. Protobuf
takes care of serialising those messages to a binary format, and deserialise
them on the other end.
WWW: https://github.com/cucumber/cucumber-messages-ruby
|