So I thought I would have a play with resin.io with my Raspi B+. http://resin.io/
First up of course is a hello app in node.js. Observations so far:
1) Everything worked as advertised. It's all very easy to get going.
2) It's great that resin offers public URLs for your devices. I was not expecting that. My Pi is now visible on:
http://bccbb0d6f38d1c3dec17eaeddc737106 ... device.io/
3) One could say it's a bit slow.
4) There is a great in-browser terminal connection to your Pi. For some odd reason it only works if your app is actually deployed and running.
5) Having modified my hello app to run forever the web terminal let me in. For fun I killed the app process. Of course the terminal connection immediately died!
So some questions:
i) How does one get a crashed or misbehaving application restarted from the web console. I could not find a way.
ii) How does one deploy the same app to different boards, say different versions of Pi or a Beagle or whatever?