https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2014-05-11 13:53:46 -04:00
examples it works 2014-05-11 10:17:28 -04:00
src use bulk get() 2014-05-11 13:53:46 -04:00
LICENSE initial commit 2014-05-09 21:37:12 -04:00
Makefile some cleanup 2014-05-11 13:49:50 -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