TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

On Cloud: Show off your rails or merb app with free hosting

16 pointsby wallopabout 15 years ago

6 comments

stormbrewabout 15 years ago
It's quite different from Heroku. With Heroku you're deploying your app to a foreign hosting service. With oncloud you're running it locally while making it accessible publicly. No need to push anything anywhere and you have full access to your local filesystem.
评论 #1189564 未加载
nkhabout 15 years ago
You can do the same with Heroku:<p><i>sudo gem install heroku<p>heroku keys:add<p>heroku create<p>git push heroku master<p>heroku open</i>
pkcabout 15 years ago
Great idea. Was looking for something like this to show some prototype. Was wondering is it necessary to be restricted only to rails app? For ex., I can host a wiki and try to get static address with your service. Might want to check dyndsn sort of services.
atamboabout 15 years ago
I wonder what kind of latency hit you get from routing your requests through a proxy and more importantly how long the polling delay of the BRIDGE requests are.
papersmithabout 15 years ago
I'd be really cool if they support wildcard subdomains, as my current project relies on it.
评论 #1191987 未加载
adelevieabout 15 years ago
What's the catch?