cpp-web-services
There are 10 repositories under cpp-web-services topic.
Meenapintu/Restweb
Sample code of cpprestsdk (casablanca), it's a sample example for beginner to get started with cpprestsdk with database(currently PostgreSQL) integration with basic structure, programmer can extend it.
edson-a-soares/poco_restful_webservice
A RESTful API using Poco C++ Libraries.
marty1885/paroli
Streaming TTS based on Piper with optional RK3588 NPU support
endurox-dev/endurox-connect
Enduro/X Connectivity Package
araujo88/teapot
A simple and lightweight asynchronous web framework in C++
Ohjurot/WebStringHasher
YouTube Tutorial for writing an webserver with C++
edson-a-soares/poco_module_didactic
An application sample built using Poco C++ Libraries for running on Apache Server through Poco ApacheConnector.
TheFloatingBrain/UCC-UniversalCPPCompiler
Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword for an explicit optimization, replace the name of one variable with another. That way the variable can continued to be used under a different name, allowing for clean code, an understanding of what happened and guaranteed efficiency. (Neither of these were particularly good, borrow could have been if it were further developed). Universal C++ takes Universal C++ code as input and outputs ISO Standard C++ code and is built on top of ISO Standard C++. That way it is totally platform independent, and standard C++ tools: gcc, clang, google native client, msvc could continued to be used.
akumathedyn123/cpp-url-collector
This C++ program crawls websites, extracts links from their HTML content, and saves them for further analysis. It takes URLs from a text file, downloads the corresponding HTML, parses it, and saves the extracted links to organized files.
ThomasThelen/UrbanDictionary-Endpoint-Example
Example of using Microsoft Casablanca to hit endpoints of urbandictionary.com