No, not El Chapo.  I’m referring Cheap-o VPS hosts here; has anyone had any luck running Meteor on one of these?  Personally, I’m using A2 Hosting  and pay $4/month for unlimited “sites”.
             
            
              
            
                
           
          
            
            
              I did find a resource for this, in case anyone wants to try:
  
  
    
README.md 
#Meteor and Self-hosted Infrastructure
[Meteor](http://www.meteor.com) is an eye-opening JavaScript framework that runs on both the client and the server, giving developers a revolutionary take on software engineering. If you are not familiar with Meteor, I urge you to visit [their website](http://www.meteor.com).
##An overview
In this brief gist, I am going to discuss the process of setting up a server (in my case, a VPS) to host Meteor applications.
My experience with Meteor has been brief, however it has not taken much demonstration for me to realise the significance of this stellar framework. Let's jump right in!
show original 
   
  
    
    
  
  
 
             
            
              
            
                
           
          
          
            
            
              That is very useful. Thank you.