capnproto-java-rpc/README.md

9 lines
402 B
Markdown
Raw Normal View History

2014-05-11 14:50:00 +00:00
# capnproto-java: Cap'n Proto for Java
2017-06-11 03:00:53 +00:00
[![Build Status](https://travis-ci.org/capnproto/capnproto-java.svg?branch=master)](https://travis-ci.org/capnproto/capnproto-java)
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)