Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/an-tao/trantor
a non-blocking I/O tcp network lib based on c++14/17
https://github.com/an-tao/trantor
asynchronous-programming linux non-blocking-io tcp-server trantor
Last synced: about 1 month ago
JSON representation
a non-blocking I/O tcp network lib based on c++14/17
- Host: GitHub
- URL: https://github.com/an-tao/trantor
- Owner: an-tao
- License: other
- Created: 2017-01-14T09:16:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T15:00:51.000Z (2 months ago)
- Last Synced: 2024-09-11T06:32:14.972Z (2 months ago)
- Topics: asynchronous-programming, linux, non-blocking-io, tcp-server, trantor
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 388
- Watchers: 23
- Forks: 133
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: License
Awesome Lists containing this project
README
# TRANTOR
[![Build Ubuntu gcc](../../actions/workflows/ubuntu-gcc.yml/badge.svg)](../../actions/workflows/ubuntu-gcc.yml/badge.svg)
[![Build Macos clang](../../actions/workflows/macos-clang.yml/badge.svg)](../../actions/workflows/macos-clang.yml/badge.svg)
[![Build RockyLinux gcc](../../actions/workflows/rockylinux-gcc.yml/badge.svg)](../../actions/workflows/rockylinux-gcc.yml/badge.svg)
[![Build Windows msvc](../../actions/workflows/windows-msvc.yml/badge.svg)](../../actions/workflows/windows-msvc.yml/badge.svg)## Overview
A non-blocking I/O cross-platform TCP network library, using C++14.
Drawing on the design of Muduo Library## Supported 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
```shell
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](License)
## Community
[Gitter](https://gitter.im/drogon-web/community)## Documentation
[DocsForge](https://trantor.docsforge.com/)