198bfba1c5
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
6 lines
318 B
Text
6 lines
318 B
Text
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
|