Skip to content

valum-framework/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Web application using Valum

You will need meson and ninja as well as all the dependencies of the Valum framework installed in order to build the application.

mkdir build && cd build
meson ..
ninja

The resulting binary is ready to be launched!

./app

For more horsepower, set the --forks flag to run multiple forks of the example.

./app --forks=$(nproc --ignore=1)

For more details about supported options, set the --help flag.

./app --help

About

Example of Web application using Valum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published