Live data from Hacker News

Where/How are you hosting your Facebook App?

news.ycombinator.com

1–10 of 11 posts

Re: Where/How are you hosting your Facebook App?

#2
This is a hard problem.

If your app isn't successful then there's nothing to worry about.

But what if your app is super successful? How would you ever be able to secure enough servers to meet the demand without burning a very deep hole in your pocket?

What we need is a Y-Combinator like incubator for Facebook Apps - a company which will host your app and help you scale it up for a chunk of equity.

Re: Where/How are you hosting your Facebook App?

#3
post #2

This is a hard problem. If your app isn't successful then there's nothing to worry about. But what if your app is super successful? How would you ever be able to secure enough servers to meet the demand without burning a very deep hole in your pocket? What we need is a Y-Combinator like incubator for Facebook Apps - a company which will host your app and help you scale it up for a chunk of equity.

I think EC2 ( http://aws.amazon.com/ec2 ) is a pretty good way to go but I'm interested in what others are thinking.

Re: Where/How are you hosting your Facebook App?

#4
If your site gets big, ask someone to host it for you (30boxes hosted one of the most popular apps). You can sell it to RockYou or Slide if it gets too popular. IMO, not a real concern, and when you reach this point, then you will think of some solution.

For now, worry about the real issue: "What is a problem that I can relate to and solve for Facebook users?"

Re: Where/How are you hosting your Facebook App?

#5
post #2

This is a hard problem. If your app isn't successful then there's nothing to worry about. But what if your app is super successful? How would you ever be able to secure enough servers to meet the demand without burning a very deep hole in your pocket? What we need is a Y-Combinator like incubator for Facebook Apps - a company which will host your app and help you scale it up for a chunk of equity.

I don't think it would be smart to include hosting in an incubator. We made a conscious choice not to.

(a) Economically hosting is a commodity. It's not an area where we can add any special value. We don't do hosting for the same reason we don't supply office or living space: it's better for founders just to buy these on the open market.

(b) Hosting is a technical problem, which it's good for founders to have to solve. We're happy to deal with all the paperwork of incorporation, because you really don't have to know about that stuff to run a company. (I haven't read half our legal documents myself.) But startups do have to understand how to manage servers.

Re: Where/How are you hosting your Facebook App?

#6
post #3
post #2

This is a hard problem. If your app isn't successful then there's nothing to worry about. But what if your app is super successful? How would you ever be able to secure enough servers to meet the demand without burning a very deep hole in your pocket? What we need is a Y-Combinator like incubator for Facebook Apps - a company which will host your app and help you scale it up for a chunk of equity.

I think EC2 ( http://aws.amazon.com/ec2 ) is a pretty good way to go but I'm interested in what others are thinking.

EC2 is not suitable for most Web applications:

- You don't get a static IP address, so if your instance fails and needs to reboot, you might end up with a different IP address.

- If your instance fails, it also loses all the data stored in it.

- There is no hardware load balancing.

With that said, you can probably use it to complement your other servers by doing some of the batch processing.

Re: Where/How are you hosting your Facebook App?

#7
I have an app (Fast Friends -- originally Top Nine) with 125,000 users and absolutely no problems hosting -- I'm actually running two apps off the same server. I'm sure if I had won the user war against Slide I'd need a dedicated server ;)

Unless you have a media intensive application (ex: video, music, etc...), hosting isn't really that bad. I would venture to guess apps like "X Me" and "SuperPoke" would do with a single powerful dedicated server, since theres really not much going on. Also, Facebook hosts the images on any profile, so any bandwidth there is only needed until their proxy server picks up the image.

Post reply on HN