Modern C++17 HTTP and REST framework for building web services
Modern, fast, elegant HTTP + REST C++17 framework with pleasant API
pistache$ pistache-server --port 9080$ g++ -std=c++17 -o server server.cpp -lpistache -pthread$ echo '#include <pistache/endpoint.h>' | g++ -std=c++17 -x c++ -lpistache - -o test