Hacker News new | ask | show | jobs
by Oxen 3855 days ago
RedHat's OpenShift have a good free plan, but they idle your app if you don't get 1 HTTP request per 24 hours, then they start it when you get that request. If they keep the HTTP request on wait until the app start on that first HTTP request it would be cool, but I don't know, they say it doesn't affect at all so maybe they do that.
1 comments

Thanks a lot for the suggestion. I had heard of OpenShift but have never paid much attention to RedHat. It turns out OpenShift has an official Node.js "gear" so between that and easy access via SSH and a git repo it was a breeze to set up. I'm still a little sure how the idling works, but looks good so far.