valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
226 stars 23 forks source link

WIP: CGI implementation #100

Closed arteymix closed 9 years ago

arteymix commented 9 years ago

Reuse the code from FastCGI to build a common CGI implementation that can be reused for similar protocols like FastCGI and SCGI.

The server implementation is very simple as it only requires to dispatch a single request and quit.

This is still a work-in-progress as the CGI implementation is not yet functionnal.

arteymix commented 9 years ago

It works really great now!

I will write more tests and get this merged for the 0.2.0 and SCGI will be implemented later on.