rcpp_framework/backends/drogon/trantor
2022-02-04 05:30:45 +01:00
..
net Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
tests Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
third_party/wepoll Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
unittests Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
utils Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
exports.h Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
format.sh Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
HEAD Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
License Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00
README.md Moved drogon from the modules dir to the backends dir. 2022-02-04 05:30:45 +01:00

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