colinkiama / libsoup-test

Testing the libsoup Vala bindings by creating a basic server

Repository from Github https://github.comcolinkiama/libsoup-testRepository from Github https://github.comcolinkiama/libsoup-test

libsoup-test

A libsoup server test program.

It's based on the Valadoc Soup.Server async example however, it uses the server.listen method instead of the server.listen_all.

How to install

This project uses meson.

Assuming that you're using meson with ninja, enter these commands terminal in the root of the project:

meson build
cd build
ninja install

Then you can run the server with this command:

libsoup-test

If you want to uninstall the server, in the build directory of the project enter this command in your terminal:

ninja uninstall

About

Testing the libsoup Vala bindings by creating a basic server


Languages

Language:Vala 90.8%Language:Meson 9.2%