This is a C++ Webserver implementation Supporting protocols
- http
- https
- websocket
- websocket Secure(WSS).
- openssl
- windows10
- clone the project
- install openssl (https and wss needed)
- configure the openssl path in the Cmakelists (https and wss needed)
- generate the secure certificate with openssl
- create your project
- include the headers and compile the sample cpp
- compile& run
- Note that https and WSS need the certificate file
- See the sample cpps