using a nodemcu (with a lot of memory) as a webserver, my thoughts are to hold the webpage in the flash.
I know the way (arduino uno with ethernet-shield) to make a little webserver, holding the html-code on a sd-card. But I do not want to use one.
And I earlier made stuff like this:
client.println(F("HTTP/1.1 200 OK"));
client.println(F("Content-Type: text/html"));
client.println(F("Connnection: close"));
client.println()....;
But its very hard to "convert" a HTML-Page to this client.println structure.
Does anybody know an easy way?
My aim is, to setup a HTML-Page with a "normal" HTML-editor, and then convert it somehow easy to get it on the ESP8266.
ESP8266 Arduino add-on
Arduino IDE 1.6.5