Fastcgi4D - dsource.org (original) (raw)

Welcome to FastCGI4D

FastCGI4D aims to provide D with a tango-compatible FastCGI library, under a BSD-style license, see LibraryLicense. While it should work, it hasn't been actively developed since late '07 and has only been sporadically updated since, to compile with recent versions of D. You can checkout fastcgi4d using

svn co http://svn.dsource.org/projects/fastcgi4d/trunk

News

Fastcgi4d trunk is compatible with tango/ldc trunk and dmd 1.057. It requires the mango library.

Features

The user benefits from all the features of the FastCGI protocol itself, take a look atthe FastCGI docs. Some main features:

What the library does not do

Current state

Take a look at UsageExamples and see how easy it is to create applications. Fastcgi4d currently works for FreeBSD and linux - Windows is untested.

Other projects for web development in D