Websocket server written in C++

Emmanuel Buckshi f09021898f Merge pull request #2 from adventurist/multithreading před 5 roky
headers 5ded4b6e85 removed unnecessary imports před 5 roky
src 5ded4b6e85 removed unnecessary imports před 5 roky
.gitignore 2b54286581 switching to overridable implementation před 5 roky
CMakeLists.txt 6e804b2a94 adding comments, adding another interface to be more explicit, updating build před 5 roky
CMakeLists.txt.user 3c517952d5 initial commit před 6 roky
README.md 71d72eafc5 adding readme před 5 roky
compile 3aa769b9ed moved TaskQueue to its own header and implementation před 5 roky
socket_server 429a7669f8 adding docs před 5 roky

README.md

WS Server

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