tufao icon indicating copy to clipboard operation
tufao copied to clipboard

An asynchronous web framework for C++ built on top of Qt

Results 35 tufao issues
Sort by recently updated
recently updated
newest added

Related to #29

enhancement

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.

enhancement

It would be nice to cache often used files content to improve response time (in HttpFileServer::serveFile).

enhancement

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...

enhancement

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

enhancement