I use protobufs in nginx via Lua. An example:
https://github.com/bakins/lua-resty-riak
Easy and speedy.
___
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
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
fo