an-tao / trantor

a non-blocking I/O tcp network lib based on c++14/17
Other
398 stars 134 forks source link
asynchronous-programming linux non-blocking-io tcp-server trantor

TRANTOR

Build Ubuntu gcc Build Macos clang Build RockyLinux gcc Build Windows msvc

Overview

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

Supported platforms

Feature highlights

Build

git clone https://github.com/an-tao/trantor.git
cd trantor
cmake -B build -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