https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2014-05-15 17:53:52 -04:00
examples DecodeException 2014-05-12 19:45:47 -04:00
src setKindAndTarget 2014-05-14 21:46:42 -04:00
.travis.yml tell travis to install capnproto 2014-05-15 17:53:52 -04:00
LICENSE initial commit 2014-05-09 21:37:12 -04:00
Makefile DecodeException 2014-05-12 19:45:47 -04:00
README.md it doesn't do much yet 2014-05-11 14:15:15 -04:00

capnproto-java: Cap'n Proto for Java

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

It doesn't do much yet.

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