I am following the tutorials by halls on html5 mmo with nodejs (awesome tutorials by the way).
I would like to break out of my windows box and test with a friend.
Found a few hosting services. But it looks like in order to put a server up I need to learn everything there is to know about virtual machines, clouds, github, and half a dozen other services and frameworks.
Is there a way to just ssh into a server somewhere, type node server.js into the command line then test my impact game?
Later, I can worry about setting up virtual machines. But, one or two learning curve at a time is my goal

Thanks for any suggestions,