Re: web application to call C code

2015-12-06 Thread Aleksandar Lazic
Hi. Am 05-12-2015 22:59, schrieb gideon425@mailnull.com: I am writing a web application and am interested in whether I can use nginx. For each request for the web server, I want it to call some C code I have written. The code C will generate the HTML I want to send back. Is there a simple wa

Re: web application to call C code

2015-12-05 Thread itpp2012
Your better of with Lua (embedded in nginx), search for openresty. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,263295,263296#msg-263296 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

web application to call C code

2015-12-05 Thread gideon425 . gb8
I am writing a web application and am interested in whether I can use nginx. For each request for the web server, I want it to call some C code I have written. The code C will generate the HTML I want to send back. Is there a simple way to do this? -- This message was sent from a MailNu