Skip to content

libtnet is a tiny high performance c++ network lib, like tornado

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
HIREDIS_LICENSE
Notifications You must be signed in to change notification settings

Raphael2017/libtnet

 
 

Repository files navigation

Introduction

libtnet is a tiny high performance network lib, purpose is to simplify the network programming.

Install

go to root source, then

mkdir -p build
cd build
cmake ..
make
make install

Requirement

  • gcc >= 4.4, supports c++ 0x
  • linux, supports eventfd, signalfd and timerfd

Not supported!

  • unix socket domain
  • ssl

Other

please see wiki for more information. If you have any problem when using libtnet, you can contact me through below.

I thank you very much for your feedback!

This is a test2

About

libtnet is a tiny high performance c++ network lib, like tornado

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
HIREDIS_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 37.1%
  • C++ 29.3%
  • C 26.3%
  • CMake 7.3%