Hmm... That'd be nice. Do websockets not have to be to the same server that the page was hosted on?
I've now abstracted away all the nasty interface-dependent bits of the networking, so implementing websockets shouldn't be a big deal. I just did a quick google though and there seem to be a million different WebSocket libraries for node... I don't suppose anyone has standardised yet have they?
It'd be nice to implement some API that was code compatible with what most people are using...
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.
Hmm... That'd be nice. Do websockets not have to be to the same server that the page was hosted on?
I've now abstracted away all the nasty interface-dependent bits of the networking, so implementing websockets shouldn't be a big deal. I just did a quick google though and there seem to be a million different WebSocket libraries for node... I don't suppose anyone has standardised yet have they?
It'd be nice to implement some API that was code compatible with what most people are using...