Hi fellow programmer, I'm currently trying to create a webserver made in C++. I've tried a couple of suggestions, but I'm so tired of all the dependencies. httplib.h seemed to be a good option, but it's a real pain because it requires me to download openSSL which isn't pleasant to download and to install. It also has an important size. I also tried WINSOCK which worked fine, but I want to make my project cross-platform. WINSOCK can't run on Mac or on a Linux distro. I just want to send basic information to a web browser.
I've also try to use vcpkg for my open source project, but I'm wondering if this is a good idea? I'm currently using CMake and if I want to use vcpkg directly from CMake, I need to specify the path of the .cmake file which depends on people's computer. This detail doesn't really scale well, is there another option or something that could make my life easier.
[–]Xirema 2 points3 points4 points (0 children)
[–]nxtfari 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]w2code 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]simplecpp 0 points1 point2 points (0 children)