add feature

This commit is contained in:
Marcos Kirsch 2015-02-15 16:53:08 -06:00
parent c0d6218397
commit 62760f1f80

View File

@ -3,9 +3,10 @@ A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
## Features
* **GET**
* **Multiple MIME types**
* **Error pages (404 and others)**
* GET
* Multiple MIME types
* Error pages (404 and others)
* Remote execution of Lua scripts
## How to use