Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 294 Bytes

File metadata and controls

16 lines (11 loc) · 294 Bytes

Calculator Example

This is a direct translation of capnproto-c++'s calculator example.

To run, in two separate terminals, do:

$ cargo run server 127.0.0.1:4000

and

$ cargo run client 127.0.0.1:4000