Skip to content
/ lotta Public

A multi-threaded C++ network library based on the reactor pattern

Notifications You must be signed in to change notification settings

inhzus/lotta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotta

A multi-threaded C++ network library based on the reactor pattern. The project was implemented with reading the famous book which exhaustively introduces muduo by Shuo Chen. I really learned a lot from it.

The project is designed to run with C++17 and on linux machines only. To build it up, just run mkdir build && cd build; cmake ..; make -j 4, then you can get the unittest(gtest) executation program and the static library.

About

A multi-threaded C++ network library based on the reactor pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published