Hello!
On Fri, Nov 14, 2014 at 11:04 PM, Puneet Agarwal wrote:
> I am using nginx and httpluamodule to serve http requests.
> For some new requirement I have to link protobuf library(written in
> C++). Can you please suggest me the options I can look for or Do I
> need to write a nginx module from scratch?
>
No nginx module is needed here. Just try finding a good Lua binding
for protobuf out there.
At CloudFlare we use lua-capnproto, among other things:
https://github.com/cloudflare/lua-capnproto
BTW, please join the openresty-en mailing list for such questions in
the future. Thank you for your cooperation! Please see
http://openresty.org/#Community
Regards,
-agentzh
P.S. I'm cc'ing the list.