fastcgi++
A C++ FastCGI/Web API
Examples

This is a collection of tutorials that should cover most aspects of the fastcgi++ library

Hello World : A simple example outputting "Hello World" in five languages using wide characters internally and utf-8 externally. It covers the following topics:

Echo : A FastCGI application that echoes everything back to the client. It covers the following topics:

GNU : A FastCGI application that shows the GNU logo It covers the following topics:

Timer : A FastCGI application that counts out five seconds to the client. It covers the following topics: