Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddontang/libtnet

libtnet is a tiny high performance c++ network lib, like tornado
https://github.com/siddontang/libtnet

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/siddontang/libtnet/wiki) for more information. If you have any problem when using libtnet, you can contact me through below.

- Gmail: [email protected]
- Twitter: siddontang

I thank you very much for your feedback!