libvfcgi is a library that implements FastCGI for GObject and Vala applications, written in Vala. It aims to fully implement the FastCGI specification and make FastCGI Web application servers accessible to Vala programmers and GObject C programmers. Note that while it is possible to use the library from GObject C, it is designed for use with Vala and may be tedious to use directly in C.
| Tags | fastcgi Network GObject |
|---|---|
| Licenses | LGPLv3 |
| Operating Systems | Linux Cross-platform |
Recent releases


Release Notes: This is the initial release. It is a very early release, and is not intended for usage yet. It does not actually implement the various FastCGI modes of operation, nor does it implement handling of FastCGI management records, so the code is just the basis for moving forward. With some effort, those things can be filled in. Version 0.0.2 will have these these things (support for the Responder role and handling of management records).