lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On May 08, 2007, at 02:05, neha jonna wrote:

  1) what is the best library out there to write a simple http server?

How simple?

Here are a couple of examples:

- cgi - http://dev.alt.textdrive.com/browser/LW/CGI.lua

- luasocket + coroutine - http://dev.alt.textdrive.com/browser/LW/LWApplication.lua

- tcpserver - http://dev.alt.textdrive.com/browser/HTTP/HTTP.lua