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 two I came across:
If someone's already done this recently, what solution would you recommend along with any tutorial/article that would get me started?