8

What's the best place to put your hobby web projects(the web app itself, not the code) ? Typically, the projects are such that:

a) I just want to test out an interesting idea without exploring the business angle to it, just to see how people take it.

b) I don't expect a lot of traffic

c) I don't want to scale immediately

d) I don't want to be tied down to one technology(I want to do different projects to get familiar with various web stacks, langs and libs)

Google app engine seems very restrictive for such exploratory stuff ... Restrictions like no outbound request can go beyond 10 seconds and every request has to return with 30 seconds, etc. annoy me, I know they are needed for scale, but I would like them to be optional.

Amazon EC2 micro nodes are free for a year. But they ask for credit card information which I am not sure if I want to give away when I'm not paying initially.

What other free/cheap alternatives do I have?

1
  • Are you specifically looking for hosting on a cloud?
    – rvdginste
    Nov 28, 2010 at 13:02

3 Answers 3

4

Amazon Free Usage Tier - http://aws.amazon.com/free/ Works well for your purpose!

1
6

Host at home. Use dyndnsto redirect a public real domain to your local changing ip address. Done.

1
  • I used to do this for years. Nov 28, 2010 at 12:47
1

Find yourself a cheap VPS. Linode, prgmr.com, whatever.

Not the answer you're looking for? Browse other questions tagged .