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 ...