protobuf-nginx (nginx code generator for protocol buffers messages)

Dave Bailey dave at daveb.net
Mon Apr 22 15:46:36 UTC 2013


Hi,

I've written a Google Protocol Buffers code generator for nginx module
developers interested in using protobuf messages within nginx natively.
The project is on Github here:

https://github.com/dbcode/protobuf-nginx/

The README.md gives more details, but the intent is to generate code that
follows the "nginx way", i.e. using nginx data types such as ngx_str_t,
ngx_array_t, and ngx_rbtree_t; memory pools; and overall programming style.

I have some more work to do on it, but at this point the generated code is
fully functional.  I'd be interested to hear any feedback from module
developers who have considered using protobuf in nginx.

-dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20130422/aceae5cd/attachment.html>


More information about the nginx-devel mailing list