markusvaikjarv / async_skeleton

Project skeleton for creating async web services in C++20 with standalone ASIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and run the server:

git clone https://github.com/markusvaikjarv/async_skeleton.git
cd async_skeleton
mkdir build && cd build
cmake .. && make
./server

Make a GET request

curl http://localhost:8080/match/test_request

About

Project skeleton for creating async web services in C++20 with standalone ASIO

License:The Unlicense


Languages

Language:C++ 99.5%Language:Makefile 0.5%Language:CMake 0.0%