What HTTP framework should I use for a simple application with implied scalability, priferable Pythonic? I would like to be able to smoothly add new features to my app when it has already been deployed.
|
feedback
|
|
It might look too simple, but it's a joy to use. It can be deployed on google appengine. Should scale pretty well. Can be used with any WSGI server. | |||||||||
feedback
|
|
I'm a big fan of Pylons. It behaves just like a framework should; not excessive on the magic and contains many good components that you can pick-and-choose that help you hit the ground running. It's small and easy to deploy, and requires minimal boilerplate or other syntactic cruft. Scalability seems pretty good -- I've not run into any issues, and major parts of Reddit utilize libraries from Pylons. | |||
|
feedback
|
|
This is probably one of the most scalable solutions: G-WAN + Python: http://forum.gwan.com/index.php?p=/discussion/comment/4126/#Comment_4126 Their scalability tests (like the results) are peerless. | |||
|
feedback
|