Skip to content

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

License

Notifications You must be signed in to change notification settings

markusvaikjarv/async_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages