rcpp_framework/modules/http_trantor/trantor
2021-06-14 21:08:49 +02:00
..
net Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
tests Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
third_party/wepoll Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
unittests Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
utils Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
exports.h Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
HEAD Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
License Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02:00
README.md Added a new http_trantor mosule. Added trantor to it and made it compile. 2021-06-14 21:08:49 +02: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