CppServer
CppServer copied to clipboard
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Hello, Is it planned to release a Vcpkg package to make it easier to include this awesome library to any project? Thanks for your work.
Basically as stated - separate from high throughput demonstrated in the benchmarks, how many requests can CppServer hold onto while I work on generating a response?

Hi @chronoxor, Really liking the design of `CppServer`!....however, unfortunately, I am running into issues attempting to connect to a wss:// endpoint. In general, I am unable to get a simple...
I'm trying of provisioning the web site by HTTP. The problem is when the HTTP server answer with redirect response (301 Moved Permanently), the URL: don’t request to the new...
Hi I want to use this library but got this error during installation, any idea? ``` [ 47%] Built target cppcommon Scanning dependencies of target cppserver [ 47%] Building CXX...
CMake Error at C:/Users/dataman/AppData/Local/Programs/Python/Python310/Lib/site-packages/cmake/data/share/cmake-3.22/Modules/SystemInformation.cmake:35 (file): file failed to open for writing (No such file or directory): D:/Andre/CppTrader/modules/CppCommon/ Call Stack (most recent call first): modules/CppCommon/CMakeLists.txt:27 (include) CMake Error at C:/Users/dataman/AppData/Local/Programs/Python/Python310/Lib/site-packages/cmake/data/share/cmake-3.22/Modules/SystemInformation.cmake:35 (file):...
Hello, could you help please with an example/advice? I have builded a project with VS2022 and get cppserver.lib file, but withour a header file, I can't use it in my...
Is it possible to build a WebSockets client utilizing the C++20 coroutines? If that's the case, would it be so much to ask for an example?
HI, if you run demo apps from performance SSL tcp echo server and client with logging wireshark, handshake works fine, as well as a few initial packets (about 1000) after...