Google’s Protocol Buffers are definitely something to keep an eye on:
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
Blog post here.
Project site here.
1 response so far ↓
1 tima // Jul 13, 2008 at 3:27 am
Facebook’s Thrift is very similar to Google’s Protocol Buffers. Here is a blog post comparing the two – http://stuartsierra.com/2008/07/10/thrift-vs-protocol-buffers
Leave a Comment