问题
I want to develop a web app for my own personal use, that I can access from my phone and my computer. I thought I'd hone my Python skills on the way and write it using a simple python web framework.
What hosts can I use to host my web app
回答1:
- http://wiki.python.org/moin/FreeHosts
- http://wiki.python.org/moin/NonCommercialHosting
- http://wiki.python.org/moin/SpecializedCommercialHosts
- http://wiki.python.org/moin/OtherCommercialHosts
Also a good read:
http://www.goodwebhosting.info/article.py/15
And a last one:
http://blog.dscpl.com.au/2011/01/awesome-year-for-python-web-hosting.html
回答2:
In addition to all of the other suggestions, you might have a look at Heroku's free option.
回答3:
Have you heard of Google App Engine?
Digital Ocean is a fairly cheap ($5/month) and reliable VPS if you're looking for a full UNIX environment.
Edit:
Looking at this again, I wouldn't recommend GAE. Vendor lock-in is not a good thing.
回答4:
The AWS ec2 micro instance is free for one month if you're a new user! http://aws.amazon.com/free/
来源:https://stackoverflow.com/questions/9795315/is-there-a-good-free-small-python-web-host