A simple HTTP server using coroutines, written in Lua.
- Lua 5.3
- LuaSocket
$ git clone https://github.com/oyasmi/nanohttpd.git$ cd /path/to/nanohttpd
$ ./httpd.luaAll configurations reside within config.lua.
local host = "127.0.0.1"
local port = 8000
local root_path = "." -- absolute or relative path