Skip to content

Testing the libsoup Vala bindings by creating a basic server

Notifications You must be signed in to change notification settings

colinkiama/libsoup-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published