nof20 / cpp-webservice

A C++ webservice example using OatPP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-webservice

A C++ webservice example using OatPP.

$ curl localhost:8000/hello
Hello World!
$ curl localhost:8000/helloJson
{"statusCode":1024,"message":"Hello DTO!"}

About

A C++ webservice example using OatPP.


Languages

Language:C++ 79.2%Language:Starlark 20.8%