vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
586 stars 179 forks source link

web framework benchmarks #21

Open drakkan opened 10 years ago

drakkan commented 10 years ago

Hi, could you please submit a tufao app for the web framework benchmark here:

http://www.techempower.com/benchmarks/#section=intro

so we can see how tufao perform compared to other web frameworks,

thanks

vinipsmaker commented 10 years ago

Several frameworks' tests could be improved with community input. For that reason, we are extremely happy to receive pull requests from fans of any framework. We would like to see every framework perform optimally, so we invite you to please join in.

It's not as easy as fill a form, the tests need to be prepared.

But surely is an important improvement to Tufão, a good benchmark.

A last remark is: I didn't write a Tufão's manifesto or something like that, but I see Tufão as the lower-level thing. You could use Tufão to be a base for QDjango or maybe TreeFrog, but I don't want to include some features that don't have a right answer. I mean, templates are importante, but I don't want to include a builtin template system on Tufão, because there is no right template system. The framework include things that don't may be available on Tufão, such as database access. Of course Qt offers database abstraction and then we have database abstraction.