Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63106 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2014-01-04 15:26 +1100 |
| Last post | 2014-01-04 15:26 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Highest performance HTTP REST microframework? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-04 15:26 +1100
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2014-01-04 15:26 +1100 |
| Subject | Highest performance HTTP REST microframework? |
| Message-ID | <mailman.4884.1388809611.18130.python-list@python.org> |
What is the highest performance REST microframework? Happy if it's mostly written in C or C++; as long as it provides a simple routes interface in Python. Currently using bottle and utilising its application, @route and app.merge(app2) extra features.
Back to top | Article view | comp.lang.python
csiph-web