You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
@Gordon would something like https://libwebsockets.org/index.html work?
@Gordon would something like https://libwebsockets.org/index.html work?
As I'd said above, it'd be much better if someone could actually just build this into Espruino, in C. It'd be faster and would use much less memory.
While you can do a server in JS, if you're planning on making it serve up webpages too (which you'll have to if using Pico+ESP8266 because you can only have one webserver at a time), you'd have to implement your own HTTP server in JS and not use Espruino's own one.