The net and http libraries in espruino are not blocking and use callbacks to signal completion or the availability of data. This is also true of the esp8266 port.
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.
The net and http libraries in espruino are not blocking and use callbacks to signal completion or the availability of data. This is also true of the esp8266 port.