Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 340 Bytes

Pub/Sub in C++ Cap'n Proto

Client for the Rust-based server example in capnproto-rust.

See also

My blog.

Building

mkdir build
cd $_
cmake ..
make -j

Running

First kick up the server, then:

./test_capnp client

LICENSE

MIT