fastcgi++
3.1alpha
A C++ FastCGI/Web API
|
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:
Sessions : A simple example showing the session functionality in fastcgi++. It covers the following:
SQL : An example demonstrating the PostgreSQL facilities available in fastcgi++. Specifically it covers the following: