Live data from Hacker News

Ask HN: Where do you host your webapp?

news.ycombinator.com

81–90 of 137 posts

Re: Ask HN: Where do you host your webapp?

#81
post #79

I'm using Google Application Engine with a hacked version of Django (Django Nonrel). You get both App Engine Admin Console and Django Admin Module => Double Win! Worked pretty well so far.

Agreed. I recently had to move away from AppEngine for a project that involved outbound connections and I KNOW I'm going to really miss the dashboard. Do you know of any third-party tools I could install to get anything even remotely similar?

Re: Ask HN: Where do you host your webapp?

#82
I went with Linode since they let me set the size of the vm. I can then make my own copies/backups. Slicehost does have a nicer looking interface though, but I think their backup service is not free.

I've also been waiting for prgmr.com to have more available slots so I can give them a try.

Re: Ask HN: Where do you host your webapp?

#83

First, I'll mention what I no longer do: rent servers by the month from places like 1and1 or Rackspace. You probably get good value, but at an admin cost. What I do use: 1. VPS from a quality hosting company. I use RimuHosting and people I know also like Linode. I like the extra level of managed server support for backup, maintaining RAID devices, etc. 2. AWS - love AWS. Some people have problems with performance of…

Ditto for Rimuhosting.

Re: Ask HN: Where do you host your webapp?

#84
post #55

Linode. The only issue is my app creates subdomains on signup, and it takes about 5 minutes on linode to become active.

Use wildcard cnames, and have your application handle them internally. You can even do this for MX records with Linode, thanks to their excellent support staff adding the functionality to their DNS interface when I asked for it. :)

Thanks! Completely overlooked the cname. Was struggling with A records all the while

Re: Ask HN: Where do you host your webapp?

#86

First, I'll mention what I no longer do: rent servers by the month from places like 1and1 or Rackspace. You probably get good value, but at an admin cost. What I do use: 1. VPS from a quality hosting company. I use RimuHosting and people I know also like Linode. I like the extra level of managed server support for backup, maintaining RAID devices, etc. 2. AWS - love AWS. Some people have problems with performance of…

Wow, Objectify's documentation manages to describe how the GAE datastore works and how to use it in a single wiki page which is much, much clearer than any of Google's many pages about it. Thanks for the recommendation.

Re: Ask HN: Where do you host your webapp?

#87
post #79

I'm using Google Application Engine with a hacked version of Django (Django Nonrel). You get both App Engine Admin Console and Django Admin Module => Double Win! Worked pretty well so far.

Agreed. I recently had to move away from AppEngine for a project that involved outbound connections and I KNOW I'm going to really miss the dashboard. Do you know of any third-party tools I could install to get anything even remotely similar?

Nope sorry, I'm a total newbie when it comes to webapps too. Maybe you should start an "Ask HN" about it.

Re: Ask HN: Where do you host your webapp?

#88
post #9

Linode. Found their machines to be faster than Slicehost, the service to be superb, they have datacenters around the world that you can select to be your location (I chose London, UK as my users are here), and recently they upgraded the RAM for free in all VMs they run. Hosting with them has been a delight. Slicehost are a very close 2nd in my opinion, but Linode are #1 currently.

I'm also using Linode for http://wasitup.com. Thir pricing is affordable and I found them to give most bang per buck: http://journal.uggedal.com/vps-performance-comparison

Re: Ask HN: Where do you host your webapp?

#89

First, I'll mention what I no longer do: rent servers by the month from places like 1and1 or Rackspace. You probably get good value, but at an admin cost. What I do use: 1. VPS from a quality hosting company. I use RimuHosting and people I know also like Linode. I like the extra level of managed server support for backup, maintaining RAID devices, etc. 2. AWS - love AWS. Some people have problems with performance of…

Wow, Objectify's documentation manages to describe how the GAE datastore works and how to use it in a single wiki page which is much, much clearer than any of Google's many pages about it. Thanks for the recommendation.

I do recommend Objectify - seems just about right: close to the metal, but manages things a bit better than the low level datastore API. Enjoy!

Re: Ask HN: Where do you host your webapp?

#90
post #73

App Engine, for everything. I've been using Unix for 3 decades and at this point I see any time spent administering or setting up servers as time wasted when I could be adding value to the product. App engine gives me all the administration and half of the scalability solution I need, so I spend my time adding value. I am amazed that so many of you have root. I'm guessing it comes because you value the control, and d…

What is everyone doing for data backup when using App Engine?
Post reply on HN