Skip to content
/ vsgi Public

The Vala Server Gateway Interface (VSGI) is a library for developing middleware for Vala and GObject based web applications.

License

Notifications You must be signed in to change notification settings

ophymx/vsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vala Server Gateway Interface

[Build Status] (https://travis-ci.org/ophymx/vsgi)

The Vala Server Gateway Interface (VSGI) is a library for developing middleware for Vala and GObject based web applications.

Requirments

  • valac >= 0.16 build only
  • python >= 2.3 build only
  • glib >= 2.32
    • glib-2.0
    • gobject-2.0
    • gio-2.0
  • gee-0.8 >= 0.6
  • libfcgi >= 2.4.0

Build

VSGI uses the waf build tool. To configure, build, and install simple do the following:

./waf configure
./waf
./waf install

Hacking

To build and run the example from the project directory run

./examples/build-and-run.sh

About

The Vala Server Gateway Interface (VSGI) is a library for developing middleware for Vala and GObject based web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages