lua-srv: a simple httpd for lua
(c) 2009-19 Alacner zhang <alacner@gmail.com>
* This content is released under the MIT License.
Table of Contents
Introduction
This is a simple httpd server to use lua . You can download lua-srv from git demo demo source and report bug for me and i'll fix it as quickly as i can.
after download,you can install like this.
tar xzvf lua-srv.*
cd lua-srv.*
make
make install