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