- Download this repository
- Unpack it
- Change into its directory
- Open a terminal (For linux users):
mkdir build && cd build cmake .. make
(Windows was not tested so far)
./yate (or .\yate under Windows if build succeed)
With a webbrowser visit localhost:8082 or localhost:8083. (The user interface is started two times in the example implementation)
cd build
cmake -DYATE_PROJECT_BUILD_TESTING=true ..
make
make test
Small asynchronous http server created for this project:
https://github.com/brickeddroid/small_httpserver
Json library: https://github.com/nlohmann/json