You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Espruino's http server implementation would need to support NIO - non-blocking IO (and multiple concurrent connections

    It does, as does the server. Multiple connections (including mixes of servers and clients) are fine. The only issue here is that calls to the CC3000 tend to block for a long time - WIZnet is much better about that.

    Websockets (or at least standard socket support) is planned - and Espruino is arranged such that when that is implemented it'll work over all supported devices (including GPRS if that is supported by then).

About

Avatar for Gordon @Gordon started