Luaetta is a suite which consists of an unique Lua application for the web and a Lua library which eases developing of web applications in Lua. Written in C++, this is similar to PHP but more secure, faster and a lot more flexible.
Project Start: August 2007
Project Status: in development
Currently there are two source bases, neither officially released but some people have it.
Current lack of a lot that would one call web framework, just some URL handling. Stuff like theming, database access and a lot stuff is still evaluated.
Luaetta is split up in two parts. The Luaetta executable which is the FastCGI component and Luaetta Lua library.
Luaetta executable:
Luaetta library:
Content-Type: multipart/related; boundary=f93dcbA3; type=application/xml; start="<980119.X53GGT@example.com>" Content-Length: xxx --f93dcbA3 Content-Type: application/xml; charset=UTF-8 Content-ID: <980119.X53GGT@example.com> <?xml version="1.0"?> <uploadDocument> <title>My Proposal</title> <author>E. X. Ample</author> <summary>A proposal for a new project.</summary> <notes image="cid:980119.X17AXM@example.com">(see handwritten region)</notes> <keywords>project proposal funding</keywords> <readonly>false</readonly> <filename>image.png</filename> <content>cid:980119.X25MNC@example.com</content> </uploadDocument> --f93dcbA3 Content-Type: image/png Content-Transfer-Encoding: binary Content-ID: <980119.X25MNC@example.com> ...Binary data here... --f93dcbA3 Content-Type: image/png Content-Transfer-Encoding: binary Content-ID: <980119.X17AXM@example.com> ...Binary data here... --f93dcbA3--