开发者

Python RESTfull Server

I am new in python and I have to run a project about web services with the following specs:

  1. Windows Server (2003/开发者_StackOverflow社区2008)
  2. REST architecture enabled
  3. Python platform (any version)

My questions are:

  1. Which web server fits better (IIS, Apache, ...)?
  2. May I use GoogleAppEngine for commercial purposes?
  3. In order to make RESTful web services on windows which python modules I will have to have?
  4. Does anyone have a better architecture in his mind about these specs?

Thank you in advance,


Which web server fits better (IIS, Apache, ...)?

Fits what better? Fits Windows? Fits RESTful web services?

It doesn't much matter. Which ever one you can configure and manage.

In order to make RESTful web services on windows which python modules I will have to have?

All of them.

REST is simply a small extension to HTTP. Any web server and web framework can do it.

Many of us use Django and Piston. Some use Werkzeug.

Google "Django REST" or "Python REST" and you'll find a real lot of great alternatives.

Does anyone have a better architecture in his mind about these specs?

Since this is so vague, it's not possible to have a "better" architecture. Details would be required so suggest any improvements.


  1. uWSGI on nginx.
  2. Yes, just enable billing and set a budget.
  3. A lot of people like CherryPy for RESTful services.
  4. Not unless you provide a list of requirements, there is way too many options.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜