Lua Networking Extension Library 0.5 review
DownloadLUA is a small scripting language designed to be embedded inside your application to provide extensibility. It is also possible to e
|
|
LUA is a small scripting language designed to be embedded inside your application to provide extensibility.
It is also possible to extend the Lua scripting language itself via the use of extensions written in C. This page describes such an extension which provides a small number of basic networking and filesystem primitives.
By installing this extension you will be able to write networking applications in the Lua!
What's New in This Release:
Added some filesystem primitives.
Added API documentation & examples.
The HTTP server now falls back to a default virtual host if none is specified, or if the attempted one doesn't exist.
The HTTPD server now supports directory indexing if no index.html file is found in a directory.
The HTTPD server now writes access.log files to each virtualhost.
Lua Networking Extension Library 0.5 search tags