https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
David Renshaw 3466044eaa camelCase
2014-05-11 12:07:50 -04:00
examples it works 2014-05-11 10:17:28 -04:00
src camelCase 2014-05-11 12:07:50 -04:00
LICENSE initial commit 2014-05-09 21:37:12 -04:00
Makefile getting a premature EOF 2014-05-10 22:16:45 -04:00
README.md command line example 2014-05-11 11:25:35 -04:00

capnproto-java: Cap'n Proto for Java

This is an experimental pure Java implementation of Cap'n Proto.

To get started, try this:

$ make
$ cd examples
$ echo '(people = [(id = 123, name = "Alice", email = "alice@example.com", employment = (school = "MIT"))])' \
  | capnp encode addressbook.capnp AddressBook | java -cp .:.. AddressbookMain read