https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2014-06-21 09:50:48 -04:00
benchmark/src/main CatRank stub 2014-06-21 08:13:20 -04:00
compiler/src add a few more structs to test.capnp 2014-06-21 09:50:48 -04:00
examples/src/main StructList.Reader.Iterator 2014-06-20 20:45:00 -04:00
project add schemas for benchmark 2014-06-14 15:18:56 -04:00
runtime/src add a remove() method, which apparently java 8 did not need 2014-06-20 20:52:40 -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 attempt to fix build on travis 2014-05-24 21:48:55 -04:00
CONTRIBUTORS ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
LICENSE ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
Makefile examples/test depends on makeExamples 2014-05-25 17:34:57 -04:00
README.md typo 2014-06-14 11:39:37 -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.

capnproto-java is an early-stage pure Java implementation.

Read more here.