TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best Shared Host in 2019?

5 点作者 dabockster将近 6 年前
Hey all,<p>I need to find a shared host for a PHP project I&#x27;m working on. I would deploy on Heroku but I want it usable 24&#x2F;7 for low cost (Heroku can get expensive FAST if something is left running). I figured an old style shared host would be much cheaper for my case than a full cloud provider. Also needs to be US based (even better if it&#x27;s in WA state - I&#x27;m in Seattle and would love to do business with someone local).<p>Anyone got any ideas?

6 条评论

citruspi将近 6 年前
Given that you&#x27;re comfortable with a shared PHP host, I&#x27;d assume this would comfortably run on a single Heroku dyno?<p>If so, a single dyno running 24&#x2F;7 is $7 a month. If that&#x27;s still too expensive, you could use a free dyno and setup an AWS Lambda which triggers it every ~15 minutes, which would effectively be free.<p>There&#x27;s also a number of niche hosts, e.g. zeit[0] (FWIW, haven&#x27;t used it before, not necessarily endorsing or recommending them) which offer free or cheap managed hosting.<p>If you&#x27;re interested in a solution which is potentially a little more interesting and also effectively free for low traffic, you could run your PHP application within AWS Lambda[1].<p>Unfortunately I can&#x27;t comment on legit shared hosts (e.g. Bluehost, Godaddy, etc.) because I generally try to avoid them.<p>Edit: You could also put it on AWS Lightsail, Linode, Digital Ocean, etc. but from your mention of Heroku and desire for shared hosting, I&#x27;m guessing you don&#x27;t want to configure a VPS.<p>[0]: zeit.co<p>[1]: <a href="https:&#x2F;&#x2F;akrabat.com&#x2F;serverless-php-on-aws-lamda&#x2F;" rel="nofollow">https:&#x2F;&#x2F;akrabat.com&#x2F;serverless-php-on-aws-lamda&#x2F;</a>
评论 #20225824 未加载
saluki将近 6 年前
Check out forge.laravel.com, it&#x27;s a tool for spinning up droplets, you could connect it to digital ocean or vultr.<p>For a basic project you could go with a $5 Digital Ocean Droplet.<p>You can sign up for forge with a 14 day trial, create your droplet and then cancel forge if this is a one time thing. You would still have access to your droplet through ssh, sftp and connecting to the database. But it&#x27;s nice to have forge for creating servers when you need them and deployments.<p>Forge saves you the time of configuring your droplet, installing ubuntu, etc.<p>Performance and security on digital ocean is going to be better than a shared host.
tmaly将近 6 年前
I have been using hostmonster since 2003. It was a small company but I think its owned by bluehost now.<p>It comes with a cpanel and email. Its about $13 a month but they keep the server running 24&#x2F;7<p>I also run a droplet on Digitalocean for a Go webapp, but I have to do a bit of devops on it now and then<p>Forge.laravel.com looks interesting, but I have not tried it.
bluewater将近 6 年前
I’ve got a few personal projects up and running on blue host. I can’t speak for the actual performance (little traffic) but so far phone support has been helpful and quick. Positive experience so far after a couple months.
ddorian43将近 6 年前
Best is webfaction.com (trust me on this one). They got bought by godaddy. The old guys started opalstack.com so it should be the same.
codegeek将近 6 年前
What is your budget? Check out vultr.com VPS that starts at 3.5 USD per month. New Jersey based.
评论 #20225831 未加载
评论 #20221947 未加载