README.md 756 Bytes
Newer Older
1
Unix: [![Unix Build Status](https://travis-ci.org/capnproto/capnproto.svg?branch=master)](https://travis-ci.org/capnproto/capnproto) Windows: [![Windows Build Status](https://ci.appveyor.com/api/projects/status/9rxff2tujkae4hte?svg=true)](https://ci.appveyor.com/project/kentonv/capnproto)
Kenton Varda's avatar
Kenton Varda committed
2

3
<img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
4

5
Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
Alex Nolasco's avatar
Alex Nolasco committed
6
JSON, except binary. Or think [Protocol Buffers](https://github.com/google/protobuf), except faster.
7 8 9
In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.

[Read more...](http://kentonv.github.com/capnproto/)