Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple noblocking TCP framework with some demos(memcached server/client , http server) imitate muduo.

Notifications You must be signed in to change notification settings

elwin0214/libnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple noblocking TCP Server imitate muduo.

environment

  • g++
  • c++11 (function、shared_ptr、unique_ptr、move)

build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug/Release ..
make 
make test

feature

  • select/poll/epoll
  • use std::map to achieve the timer
  • http server module
  • memcached client/server/proxy module (support partial text protocol)

example

dependent libraries

About

A simple noblocking TCP framework with some demos(memcached server/client , http server) imitate muduo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages