亚马逊AWS Web框架对于Python亚马逊、框架、Web、AWS

2023-09-11 09:08:17 作者:對妳沒興趣

我处理GAE前,我喜欢它的Web应用程序的简单性。现在,我想学习如何使用Amazon EC2的工作。我的问题 - 我在哪里开始做一个简单的Web应用程序,我将能够访问的形式浏览器?我想我应该用WSGI用于这一目的。我不想使用Django,因为我要保持应用程序小,重量轻,而不不必要的功能。有什么可以推荐的吗?谢谢你。

I dealt with GAE before and I like simplicity of its webapp. Now I am trying to learn how to work with Amazon EC2. My question - where do I start to make a simple web application that I will be able to access form browser? I suppose I should use WSGI for this purpose. I don't want to use Django as I want to keep the application small and lightweight without unnecessary features. What can you recommend? Thanks.

推荐答案

AWS和GAE有很大的不同。 GAE非常严格的定义,你可以在开发环境方面不能做什么。 AWS为您提供了一个服务器做任何你想要的。

AWS and GAE are very different. GAE very strictly defines what you can and can't do in terms of development environment. AWS gives you a server to do whatever you want with.

GAE是好的,当你不希望要弄清楚所有的部分是如何组合在一起很好地扩展。 AWS是好当你需要灵活地做任何你想要在你的环境中。

GAE is good when you don't want to have to figure out how all the pieces fit together to scale well. AWS is good when you need flexibility to do whatever you want in your environment.

因此​​,要回答你的问题 - 你可以使用任何你喜欢的框架/环境

So to answer your question -- you can use any framework / environment you like.

就个人而言,我喜欢的Django / Pinax任何东西需要用户的系统。你想要一个重量更轻的系统,我听说好的东西塔。

Personally, I like Django/Pinax for anything requiring a user system. You want a lighter weight system, I've heard good things about Pylons.

下面是几个人的列表: http://wiki.python.org/moin/WebFrameworks

Here's a listing of a few others: http://wiki.python.org/moin/WebFrameworks

既然我们谈到AWS,它并没有被蟒蛇。 Ruby on Rails是伟大的。

Since we're talking AWS, it doesn't have to be python. Ruby on Rails is great.