mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
4 lines
261 B
Text
4 lines
261 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.
|