Archive for the ‘Asynchronous Programming’ Category

Lighttz - a simple and fast web server

Sunday, April 27th, 2008

Update : A naive implementation of using Lua 5.1 to generate a dynamic response has been added. This loads Lua, loads a Lua script and executes it. Retrieves the string response and returns it to the browser. Take a look below for a new additional download link. Cheers There are many well ...