Noob hosting question

I have a arvixe hosting account that has nodejs installed.
Is it possible to write an application in meteor and deploy to a hosting environment like arvixe or do you have to use the “supported” hosts that cost just far to much for small fries like me.

Hey, check out Meteor Guide’s ‘Custom Deployment’ section.

If you want to figure out your hosting solution completely from scratch, the Meteor tool has a command meteor build that creates a deployment bundle that contains a plain Node.js application (…)