Protocol Buffers

Quick reminder:

Protocol Buffers is a serialization format with an interface description language developed by Google. The design goals for Protocol Buffers emphasized simplicity and performance. In particular, it was designed to be faster than XML.

In other words: Lightning fast data transfer between various parts of a website.

Bookmark and Share

2 Responses to “Protocol Buffers”

  1. undr says:

    AS3 implementation is not work :(

  2. Wijnand says:

    I haven’t had time to check it out myself yet, but it’s a pity to hear the AS3 version is broken…

Leave a Reply