tufao
tufao copied to clipboard
An asynchronous web framework for C++ built on top of Qt
The HttpServerRequestRouter could cache path strings to avoid regex processing. This enhancement proposal was [originally documented](https://github.com/vinipsmaker/tufao/issues/14#issuecomment-21575261) on issue #14.
It would be nice to cache often used files content to improve response time (in HttpFileServer::serveFile).
Hi all, i'm currently looking into adding SCGI support to Tufao, since i don't want Tufao to do static file serving in a production environment. I personally would go for...
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