Skip to content
/ nwg Public

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

License

Notifications You must be signed in to change notification settings

ynov/nwg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published