Mikhal Jaroszczuk

C & C++ · Python

0 0
82
Go to profile
Single-page HTTP server on Boost.Beast
189
Single-page HTTP server on Boost.Beast
C & C++
Why does the client need this? - Microservice for processing API requests. - Lightweight web interface for IoT devices. - Foundation for scalable projects. What does the code do? - Runs an HTTP server on port 8080. - Handles 3 types of requests: -…