Skip to content

ynov/nwg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building (using GCC by default):

make deps && make -j4

... or if you prefer clang:

make deps TOOLSET=clang && make CXX=clang++ -j4

About

Single-threaded non-blocking TCP networking framework using libevent, written in C++11. This work is just for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors