I am new in python and I have to run a project about web services with the following specs:
- Windows Server (2003/2008)
- REST architecture enabled
- Python platform (any version)
My questions are:
- Which web server fits better (IIS, Apache, ...)?
- May I use GoogleAppEngine for commercial purposes?
- In order to make RESTful web services on windows which python modules I will have to have?
- Does anyone have a better architecture in his mind about these specs?
Thank you in advance,