If you look in chrome in the developer tools, in the network tab you can see the requests sent.
You'll see the requests that never get fulfilled...
As the http server can only handle one request at a time, when they overlap it does not work and buffers get ful and it all goes to custard!
One work around is to use github and the github.io with your user name. You can out the CSS and js file and images there, and have the espruino just send the main code.
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.
If you look in chrome in the developer tools, in the network tab you can see the requests sent.
You'll see the requests that never get fulfilled...
As the http server can only handle one request at a time, when they overlap it does not work and buffers get ful and it all goes to custard!
One work around is to use github and the github.io with your user name. You can out the CSS and js file and images there, and have the espruino just send the main code.