- The lightweight HTTP server solution, I use it as a connector, you can use it connect your module with the other programs run in a variety of computer systems.
- Because it is originated from the webcc open source project on Aug 13, 2020, so The solution is called webcc20200813.
- Introduction in Chinese.
- Support http x-www-form-urlencoded post method.
- Support cookies.
- Support file upload.
- Using html5+javascript to demo how to interact with the HTTP server.
- Frontend code is in the htmlRoot directory.
- backend code is in the webccDemo project.
- After run webccDemo, using Chrome open http:\127.0.0.1:8080
- After run webcDemo, using chrome open http:\127.0.0.1:8080\Demo_fileUpload.htm
- Demo_fileUpload.htm is a standalone html that don't depend on the others file in the htmlRoot directory.
- boost 1.75 (minimum is 1.66)
- zlib 1.2.11 (minimum is 1.2.8)
- openssl 1.1.1g
- cJson
- Microsoft Windows [version 10.0.18363.1256]
- Visual Studio 2019 Community
- c++14 this is default (minimum c++11)
- gcc 10.2 (minimum is 5.5)
- cmake 3.19.2 (minimum is 2.8.0)