cflib

cflib is a library for Web 2.0 applications written in C++ and JavaScript and efficient network communication between C++ applications.

View on GitHub

Welcome to cflib

cflib is a library for Web 2.0 applications written in C++ and JavaScript and efficient network communication between C++ applications.

Copyright (C) 2013-2024 Christian Fischbach cf@cflib.de

This file is part of cflib. cflib is provided under the MIT license. See the provied file COPYING for details.

Requirements

Download

git clone https://github.com/fishbach/cflib.git

Build

cmake -B build
cmake --build build
ctest --test-dir build