How to implement a REST API server with POCO C++ Network Library using JSON? How to implement a REST API server with POCO C++ Network Library using JSON? json json

How to implement a REST API server with POCO C++ Network Library using JSON?


Poco C++ Libraries is a great tool for REST APIs building in modern C++, although, regarding the architecture, there are some design decisions to be made.

I made available on GitHub an example of an API project built in C++ using Poco.