项目作者: rokf

项目描述 :
Really simple static HTTP server
高级语言: Lua
项目地址: git://github.com/rokf/tinyserv.git
创建时间: 2017-09-14T10:03:58Z
项目社区:https://github.com/rokf/tinyserv

开源协议:

下载


A static HTTP server for web development.

I’ve made it because I found myself using python -m SimpleHTTPServer quite often.

Installation

sudo luarocks install tinyserv-dev-1.rockspec

Usage

It is a command line application. Run it inside the folder you’d like to serve.
It acceipts only one argument (the port), which is optional and defaults to 8000.

The empty route defaults to index.html.