https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2014-10-27 08:57:24 -04:00
benchmark/src/main use asByteBuffer() in the CatRank benchmark 2014-10-13 20:29:24 -04:00
compiler/src fill in setter test 2014-10-27 08:57:24 -04:00
examples/src/main update licenses 2014-10-10 14:59:09 -04:00
project java_support -> capnp 2014-10-10 10:21:46 -04:00
runtime/src fix bug 2014-10-27 08:54:41 -04:00
.gitignore Add make as a compile task in the generator project, remove capnpc-java binary when sbt clean is run 2014-05-16 13:16:00 -04:00
.travis.yml maybe fix travis 2014-10-25 18:37:36 -04:00
CONTRIBUTORS ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
do_benchmarks.bash Text.Reader.asByteBuffer() 2014-10-13 20:11:36 -04:00
LICENSE change to MIT license 2014-07-05 15:46:17 -04:00
Makefile java_support -> capnp 2014-10-10 10:21:46 -04:00
README.md update readme 2014-10-09 15:21:45 -04:00
version.sbt Add SBT as build system, add Java package annotation for generated code 2014-05-15 19:05:20 -04:00

capnproto-java: Cap'n Proto for Java

Build Status

Cap'n Proto is an extremely efficient protocol for sharing data and capabilities, and capnproto-java is a work-in-progress pure Java implementation.

Read more here.