Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44667
| Date | 2013-05-04 00:22 +1000 |
|---|---|
| Subject | Highest performance Python framework for API exposure? |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1269.1367590981.3114.python-list@python.org> (permalink) |
Which Python framework has benchmarked the highest? I am looking for a solution to initially run on Heroku or OpenShift; but eventually run on a pure IaaS. Will expose the interfaces RESTfully as JSON, purposed to act as the "glue" between the endpoints, databases (incl. caches) and queues. An additional requirement is support for serving static, downloadable content efficiently. Currently looking at Falcon, Bottle and Werkzeug. Suggestions are greatly appreciated. Thanks, Alec Taylor
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Highest performance Python framework for API exposure? Alec Taylor <alec.taylor6@gmail.com> - 2013-05-04 00:22 +1000 Re: Highest performance Python framework for API exposure? Roy Smith <roy@panix.com> - 2013-05-03 20:18 -0400
csiph-web