Chat about current Lua tools and IDEs

User avatar
By Simple Simon
#42803 I wrote a full-function web server around the same time as you, but didn't get around to posting it until now.

It supports get & post, and has no problem with sending long files (it reads them 1K at a time).
It runs in 14K of heap space on the standard 0.9 firmware (the code is less than that).
It also supports executables with embedded static and dynamic content.

Check it out!
https://github.com/SimpleSimonsSolution ... UWebServer