Compact web server with Lua support?

Posted by OverTheRainbow on Stack Overflow See other posts from Stack Overflow or by OverTheRainbow
Published on 2010-05-18T22:31:13Z Indexed on 2010/05/18 22:50 UTC
Read the original article Hit count: 210

Filed under:
|

Hello,

I need to find a very compact, cross-platform web server that can run Lua scripts, ie. either a regular web server like Mongoose that will forward queries to a Lua program in eg. FastCGI, or a web server itself written in Lua which will save the need to provide a separate web server.

I recently started learning about Lua so am still in the dark about what is available out there, save for the three I came accross:

Barracuda Embedded Web Server http://barracudaserver.com/ba/doc/

Xavante - Lua HTTP 1.1 Web server http://keplerproject.github.com/xavante/

Haserl http://haserl.sourceforge.net/

If someone's already done this recently, what solution would you recommend along with any tutorial/article that would get me started?

Thank you.

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about lua