...and that's why the ESP8266 - a single proc thing - should be left alone to do its designated job. Mixing in an equally hogging / demanding job would has to be done 'in the same low level loop' as the primary task: handling the Wifi connectivity.
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.
All things can be done... but as @tve points out:
...and that's why the ESP8266 - a single proc thing - should be left alone to do its designated job. Mixing in an equally hogging / demanding job would has to be done 'in the same low level loop' as the primary task: handling the Wifi connectivity.