2014-05-11 14:50:00 +00:00
|
|
|
# capnproto-java: Cap'n Proto for Java
|
|
|
|
|
2020-11-09 19:41:05 +00:00
|
|
|
[![Build Status](https://travis-ci.org/vaci/capnproto-java-rpc.svg?branch=master)](https://travis-ci.org/vaci/capnproto-java-rpc)
|
2014-05-24 21:52:41 +00:00
|
|
|
|
2014-06-14 15:38:15 +00:00
|
|
|
[Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data
|
2018-02-03 19:47:41 +00:00
|
|
|
and capabilities, and capnproto-java is a pure Java implementation.
|
2014-05-17 02:37:25 +00:00
|
|
|
|
2017-07-01 02:00:29 +00:00
|
|
|
[Read more here.](https://dwrensha.github.io/capnproto-java/index.html)
|
2020-11-09 19:41:05 +00:00
|
|
|
|
|
|
|
This repository clone adds an implementation of the RPC framework for Java.
|