https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2017-02-27 12:10:36 -05:00
benchmark/src/main reading double far pointers 2014-11-16 14:14:15 -05:00
compiler/src add Unions test 2016-12-16 14:50:43 -05:00
examples/src/main update licenses 2014-10-10 14:59:09 -04:00
project Release version 0.1.1, compiled to be compatible with Java 7. 2016-02-10 18:52:01 -05:00
runtime/src DecodeException for unexpected FAR pointer in copyPointer() 2017-02-27 12:10:36 -05: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 Add sbt doc to the travis test. 2016-02-10 18:53:51 -05:00
CONTRIBUTORS ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
do_benchmarks.bash simplify target directory for example and benchmark 2015-01-28 13:47:52 -05:00
LICENSE stub package documentation 2015-01-29 10:33:45 -05:00
Makefile add Make recipe for cross compiling capnpc-java to win32 2015-02-16 10:54:47 -05:00
README.md update readme 2014-10-09 15:21:45 -04:00
RELEASE-PROCESS.md some more notes about releasing 2016-02-10 20:43:47 -05: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.