Thanks Gordon.
I used the file analogy as an example.
I'm working on an object store that uses the esp8266 flash. I'm storing the mime types of the objects, as well as the data. This means that css/js/html can all be stored in flash and piped out to an http.response object.
I'm intending to have a decent looking ui that is self contained, so that you can connect to the esp8266 as an access point, and then select a wifi ssid, and enter a password to join the network. From there the front end (bootstrap etc) can be delivered via cdn.
I like the idea of having a self contained web server, and with the large flash size on the esp8266, local resources can be stored.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks Gordon.
I used the file analogy as an example.
I'm working on an object store that uses the esp8266 flash. I'm storing the mime types of the objects, as well as the data. This means that css/js/html can all be stored in flash and piped out to an http.response object.
I'm intending to have a decent looking ui that is self contained, so that you can connect to the esp8266 as an access point, and then select a wifi ssid, and enter a password to join the network. From there the front end (bootstrap etc) can be delivered via cdn.
I like the idea of having a self contained web server, and with the large flash size on the esp8266, local resources can be stored.
I'll post code once I've got it more refined.