An open API service indexing awesome lists of open source software.

https://github.com/tiehuis/lwan-api-example


https://github.com/tiehuis/lwan-api-example

example lwan

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

This repository contains a skeleton for using the [Lwan](https://lwan.ws/) API.

# Building

These commands will pull lwan, compile it and build the stub project.

```text
git submodule update
cd lwan
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make # Build lwan
cd ../..
make # Build our project
```