You can use a simple http post to send data to your backend. And from that point it's just like any data, you can do anything. Store it, send it to the client...
Or you could use websockets maybe MQTT.
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.
You can use a simple http post to send data to your backend. And from that point it's just like any data, you can do anything. Store it, send it to the client...
Or you could use websockets maybe MQTT.