lua-users home
lua-l archive

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



On Jun 27, 2008, at 10:08 PM, Chris wrote:

I think the main issue here is that Lua has no standard GUI system.
HTML + Javascript + browser gives you that.

Arguably one could use HTML + Javascript + browser on the client side and Lua on the server side.

FWIW, here is a pure Lua HTTP server implementation:

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

--
PA.
http://alt.textdrive.com/nanoki/