Qt HTTP server
KodeClutz [kodeclutz.blogspot.com] just published a blog entry praising an HTTP server written completely with Qt:
QHttpServer: Web Apps in Qt
Qt is a great GUI toolkit, but it is also an entire C++ standard library waiting to be used for other tasks. In addition the network module is really powerful. I’ve been playing around with node.js for a while now, and realized that Qt’s default asynchronous nature maps over perfectly to create a event-based web server. To make things better, Ryan Dahl’s small and fast http-parser is freely available. So I just combined the two, and here is QHttpServer.
You can find the entire blog post on http://kodeclutz.blogspot.com/2011/02/qhttpserver-web-apps-in-qt.html the sources are on github [github.com].
5 replies
thanks volker, was looking for server.. see this thread here [developer.qt.nokia.com] … will give this a shot for my pet project but on hold now.. past few weeks :(
another option is tufão at: http://code.google.com/p/tufao/
more three options:
1. http://www.webtoolkit.eu/wt
2. http://cppcms.com/wikipp/en/page/main
3. http://gwan.com/
You must log in to post a reply. Not a member yet? Register here!






