Introduction
Kepler is a Lua Web development platform that offers a set of components to allow the easy creation of powerful web applications.
The components can be browsed from the list below:
- CGILua - the central component of Kepler, responsible for the generation and processing of web pages.
- LuaExpat - allows the processing of XML data.
- LuaFileSystem - allows the use of more file system functions.
- LuaLogging - allows the use of different logging solutions.
- LuaSQL - accesses diferent databases with a common API.
- LuaZip - allows the manipulation of Zip files.
- MD5 - offers basic cryptographic facilities.
- Xavante - an extremely portable Lua web server.
- LuaSocket - Network support for the Lua language.
Configuration
After installing Kepler, you may want to configure it to your needs. For more details on the configuration files for Kepler, please check the corresponding project documentation.