Websocket server written in C++

logicp d6ac81ed43 still doesn`t work because we need to use functors or take the messaging outside the class vor 5 Jahren
headers d6ac81ed43 still doesn`t work because we need to use functors or take the messaging outside the class vor 5 Jahren
.gitignore 2b54286581 switching to overridable implementation vor 5 Jahren
CMakeLists.txt 2b54286581 switching to overridable implementation vor 5 Jahren
CMakeLists.txt.user 3c517952d5 initial commit vor 6 Jahren
README.md 71d72eafc5 adding readme vor 5 Jahren
main.cpp 2b54286581 switching to overridable implementation vor 5 Jahren
socket_listener.cpp d6ac81ed43 still doesn`t work because we need to use functors or take the messaging outside the class vor 5 Jahren

README.md

WS Server

Websocket server implementation written from scratch, with help from ...