https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2020-11-19 15:17:50 +00:00
.github/workflows try to run workflow with Java 14 2020-11-05 17:59:05 +00:00
benchmark use Java 14 to compile all modules 2020-11-05 17:59:05 +00:00
cmake Bump the C++ standard flag up to -c++14 2020-03-03 22:06:06 -05:00
compiler generalise AnyPointer setAs AnyPointer 2020-11-10 11:42:23 +00:00
examples use Java 14 to compile all modules 2020-11-05 17:59:05 +00:00
runtime refactor connection and disconnection 2020-11-13 17:57:49 +00:00
runtime-rpc remove baseAccept and tidy TowPartyVatNetwork 2020-11-19 15:17:50 +00:00
website website updates 2020-07-14 20:57:58 -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 bump capnproto C++ runtime to version 0,8.0 in travis CI 2020-11-09 21:25:19 +00:00
CONTRIBUTORS ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
do_benchmarks.bash set -e in do_benchmarks.bash 2020-05-12 23:04:06 -04:00
gen add lite mode for compiler 2020-11-07 16:56:01 +00:00
LICENSE stub package documentation 2015-01-29 10:33:45 -05:00
Makefile Allow CXX to be overriden via enviroment or Make variable. 2020-10-10 10:33:48 -04:00
pom.xml add runtime-rpc module and refactor project 2020-11-08 17:24:42 +00:00
README.md point readme to our travis badge 2020-11-09 19:41:05 +00:00
RELEASE-PROCESS.md update release process notes 2020-05-12 22:56:00 -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 pure Java implementation.

Read more here.

This repository clone adds an implementation of the RPC framework for Java.