If you just want to send code to Espruino (it still won't work in Android) then go into Web IDE's settings -> general -> "Show Copy URL Icon" and you get an icon that lets you copy your code to the clipboard as a URL - as Ducky said above.
Targeting Android would be awesome though. Most of the Web App would run directly in a Web Browser, so if someone wrote an app that would serve up the HTML/JavaScript, and would then provide a WebSocket connection for accessing the Serial Port, the Web IDE could be made to run on whatever platform that app ran on...
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.
If you just want to send code to Espruino (it still won't work in Android) then go into Web IDE's
settings -> general -> "Show Copy URL Icon"
and you get an icon that lets you copy your code to the clipboard as a URL - as Ducky said above.Targeting Android would be awesome though. Most of the Web App would run directly in a Web Browser, so if someone wrote an app that would serve up the HTML/JavaScript, and would then provide a WebSocket connection for accessing the Serial Port, the Web IDE could be made to run on whatever platform that app ran on...