I need to develop a web application with the following requirements:
- Client Side Desktop User Interface
- Application Deployment
- Scalability (i.e. distribution of services on multiple servers)
What I was thinking so far (since I love Python, but have not done much web development yet):
- Django
- Cloth (I think I read somewhere that it is suitable for this)
What I miss:
- How to create rich clients (perhaps some javascript libraries are needed for this)?
- How to distribute the service?
source
share