Skip to content

Latest commit

History

History
41 lines (31 loc) 路 1.33 KB

README.md

File metadata and controls

41 lines (31 loc) 路 1.33 KB

馃寪 Simple C++ REST Client

Simple REST Client using microsoft/cpprestsdk and nlohmann/json

cpp

Why?

Testing a lightweight REST client in C++ using Microsoft's cpprestsdk and nlohmann's json library. The goal is to evaluate these tools for efficient REST API communication and JSON handling.
This project serves as a precursor to integrating similar functionality into an embedded system with FreeRTOS.

Libraries