- Thu Feb 02, 2017 2:54 pm
#61925
FYI...Wanted to just let you know that I re-worked this myWebServer to another project myWebServerAsync ....
https://github.com/nailbuster/myWebServerAsyncThis is similar to myWebServer but now used the awesome ASYNC webserver as its base so that you get a non-blocking webserver that works a lot better with multiple requests and such.
I also embedded full jquery, bootstrap with css, and fontawesome within the server so they're available at boot/config...
I've been playing around with a full dashboard with jquery/boot/charts/gauges and it loads up quickly and is pretty stable....all running locally (no internet connection)
I have a compiled bin also if you just want to flash it to your esp8266 to test it out....copy the sample html files afterwards if you want to take a look at the stability...