capnproto-java-rpc/README.md

9 lines
454 B
Markdown
Raw Normal View History

2014-05-11 14:50:00 +00:00
# capnproto-java: Cap'n Proto for Java
[![Build Status](https://github.com/capnproto/capnproto-java/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/capnproto/capnproto-java/actions?query=workflow%3ACI)
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)