excerpts from muduo:https://github.com/chenshuo/muduo 高性能多线程编程 Change it to windows,use C++11.
Use virsual studio 2019, which can support C++11 std::thread std::mutex and so on.
Download from github
git clone git@github.com:kevin-gjm/calm.git
The sln file in src/build/calm/calm.sln <br>
build x86 Debug/Release
The protobuf include and lib are in directory src/3rdParty
.You may add it.
Not separate the base and net library from the solution.You may do it by yourself.