How to use C as a scripting language?

Valentin V. Bartenev ne at vbart.ru
Sat Dec 3 13:33:05 UTC 2011


On Saturday 03 December 2011 16:44:56 etrader wrote:
> Thanks James!
> The idea of building a mini-webserver for C programming is brilliant. I
> searched a lot to find a guidance for building very basic web server in
> C (obviously I prefer to write the web server in C with native API for C
> files); but I was unable to find. All web servers in C are advanced
> applications such as nginx. Could you please give me a hint how to start
> to write a mini web server in C.
> 

Instead of building a web server, you can consider to write a fastcgi
or scgi application.

http://www.fastcgi.com/devkit/doc/fastcgi-prog-guide/ap_guide.htm 

wbr, Valentin V. Bartenev



More information about the nginx mailing list