Making web server in C with native scripting support

Posted by guitar- on Stack Overflow See other posts from Stack Overflow or by guitar-
Published on 2010-04-11T23:38:00Z Indexed on 2010/04/11 23:43 UTC
Read the original article Hit count: 184

Filed under:
|
|
|
|

I'm an intermediate C developer, trying to get better. I want to make a very basic and lightweight HTTP server with its own scripting language.

Could I use something like Lua for scripting? If not, what?

I don't want to use CGI/FastCGI like Apache does for PHP in most cases, I want my server to natively support my scripting language.

© Stack Overflow or respective owner

Related posts about server

Related posts about http