Websocket server written in C++

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

README.md

WS Server

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