Skip to content

liumq/common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common

library about network programing(c++ implement).

run test:

  step1: start echo server
      cd src/async/test/serv
      ./run.sh build

  step2: start echo client
      cd src/sync/test/cli
      ./run.sh build

depends:

  glog 
  gflags
  protobuf
  google-perftools

install libraries under ubuntu:
  script/install_depend.sh

platform:

support linux and mac.

About

basic wrpper for network programming (c++ implement)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.1%
  • C 3.4%
  • Python 1.8%
  • Shell 0.7%