Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. It is a great development web server for WSAPI applications, but has also been used in production with great uptime and good performance.
Xavante is free software and uses the same license as Lua. Changes: Xavante 2.2.1 [21/Oct/2010] * allow 0 as a port value, so the OS assigns one dynamically (contributed by Tim Niemueller) * bugfixes in CGILua handler Xavante can be found at http://keplerproject.github.com/xavante You can also install Xavante using LuaRocks: luarocks install xavante The portability of Xavante is determined by its binary components (LuaSocket and LuaFileSystem) and Lua itself. The other components are written in Lua and are as portable as Lua itself. As always, feedback is more than welcome! :o) -- Fabio Mascarenhas _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/