• 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.

  • It definitely can handle more than one request, it just depends on how busy the Espruino is.

    Unfortunately, reliable HTTP serving is a key component of what I'm working on, I can't just shift the job out to an external HTTP host :)

About

Avatar for dave_irvine @dave_irvine started