I basically want to be able to access a webpage/web app from any computer to control a servo or read temperatures from temperature sensors connected to an Arduino or Raspberry Pi (doesn't matter to me I have both) that is remotely connected to the internet.
I would probably use Meteor.js for the webapp because I am familiar with it and can use Mongo to store data like temperature readings from the Arduino. I came across Cylon.js, but there is no documentation on hosting it on a remote server.
I don't want to use the Raspberry Pi or my own computer as a server, I want something more reliable like Digital Ocean or something.
Can anyone please point me in the right direction?