Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

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

$
0
0
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
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Viewing all articles
Browse latest Browse all 53287

Trending Articles