Finally a release to the c++ web framework / server I keep notebooking about. It only supports linux (and windows via cygwin) and requires g++ 4.3. Included is source and demo application with a howto compile / run.
Languages have their marks and roles in programming, but nothing is as versatile and fast as C code. But their is a major lacking in c++ web frameworks so I've been working on a simple framework.
Man of the times you needs to build extensions to server applications for speedups, however when you use C++ from the ground up you never have to worry about building those speedup because your working in the very language.