Skip to content
/ vsgi Public
forked from ophymx/vsgi

[Fork] 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

lennyhans/vsgi

 
 

Repository files navigation

Vala Server Gateway Interface

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
  • meson >= 1.0.1 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 meson build tool. To configure, build, and install simple do the following:

meson setup build
ninja -C build

Hacking

To build and run the example from the project directory run

./build/examples/vsgi-example

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 96.5%
  • Meson 2.9%
  • Dockerfile 0.6%