Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddontang/libtnet
libtnet is a tiny high performance c++ network lib, like tornado
https://github.com/siddontang/libtnet
Last synced: 18 days ago
JSON representation
libtnet is a tiny high performance c++ network lib, like tornado
- Host: GitHub
- URL: https://github.com/siddontang/libtnet
- Owner: siddontang
- License: mit
- Created: 2013-11-08T09:39:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T00:17:47.000Z (over 9 years ago)
- Last Synced: 2024-10-11T23:18:39.527Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 521 KB
- Stars: 286
- Watchers: 17
- Forks: 105
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: siddontangI thank you very much for your feedback!