Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 664 Bytes

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