Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63106 > unrolled thread

Highest performance HTTP REST microframework?

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2014-01-04 15:26 +1100
Last post2014-01-04 15:26 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Highest performance HTTP REST microframework? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-04 15:26 +1100

#63106 — Highest performance HTTP REST microframework?

FromAlec Taylor <alec.taylor6@gmail.com>
Date2014-01-04 15:26 +1100
SubjectHighest 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web