Skip to content

oyasmi/nanohttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanohttpd

A simple HTTP server using coroutines, written in Lua.

Install

Requirements

- Lua 5.3
- LuaSocket

Install

$ git clone https://github.com/oyasmi/nanohttpd.git

Start

$ cd /path/to/nanohttpd
$ ./httpd.lua

Config

All configurations reside within config.lua.

local host = "127.0.0.1"
local port = 8000

local root_path = "."           -- absolute or relative path

About

A simple HTTP server using coroutines, written in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages