audio_trans/trantor
wangjiyu f6a9d677cd init 2025-04-07 11:31:21 +08:00
..
.github/workflows init 2025-04-07 11:31:21 +08:00
cmake/templates init 2025-04-07 11:31:21 +08:00
cmake_modules init 2025-04-07 11:31:21 +08:00
third_party/wepoll init 2025-04-07 11:31:21 +08:00
trantor init 2025-04-07 11:31:21 +08:00
.appveyor.yml init 2025-04-07 11:31:21 +08:00
.clang-format init 2025-04-07 11:31:21 +08:00
.gitignore init 2025-04-07 11:31:21 +08:00
.travis.yml init 2025-04-07 11:31:21 +08:00
CMakeLists.txt init 2025-04-07 11:31:21 +08:00
ChangeLog.md init 2025-04-07 11:31:21 +08:00
License init 2025-04-07 11:31:21 +08:00
README.md init 2025-04-07 11:31:21 +08:00
build.sh init 2025-04-07 11:31:21 +08:00
conanfile.txt init 2025-04-07 11:31:21 +08:00
format.sh init 2025-04-07 11:31:21 +08:00

README.md

TRANTOR

Build Status Build status Language grade: C/C++

Overview

A non-blocking I/O cross-platform TCP network library, using C++14.
Drawing on the design of Muduo Library

suported platforms

  • Linux
  • MacOS
  • UNIX(BSD)
  • Windows

Feature highlights

  • non-blocking I/O
  • cross-platform
  • Thread pool
  • Lock free design
  • Support SSL
  • Server and Client

Build

git clone https://github.com/an-tao/trantor.git
cd trantor
cmake -Bbuild -H.
cd build 
make -j

Licensing

Trantor - A non-blocking I/O based TCP network library, using C++14.

Copyright (c) 2016-2021, Tao An. All rights reserved.

https://github.com/an-tao/trantor

For more information see License

Community

Gitter

Documentation

DocsForge