An open API service indexing awesome lists of open source software.

https://github.com/sharp0802/paralleltcp

TCP library that provides tcp client/server with message channels
https://github.com/sharp0802/paralleltcp

csharp netstandard20 tcp tcp-client tcp-client-server tcp-server

Last synced: 3 months ago
JSON representation

TCP library that provides tcp client/server with message channels

Awesome Lists containing this project

README

        

# ParallelTCP

![](https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white)
[![](https://img.shields.io/badge/NuGet-004880?style=for-the-badge&logo=nuget&logoColor=white)](https://www.nuget.org/packages/ParallelTCP/)
[![](https://img.shields.io/github/workflow/status/Sharp0802/ParallelTCP/DocFX%20-%20Build%20and%20Publish?style=for-the-badge&label=wiki&logo=github)](https://sharp0802.github.io/ParallelTCP)
![](https://img.shields.io/github/workflow/status/Sharp0802/ParallelTCP/Nuget%20-%20Build%20and%20Publish/release?label=Publish&logo=nuget&style=for-the-badge)

Welcome to ParallelTCP's documentation!
ParallelTCP is a TCP library that provides tcp client/server with message channels.

## Features

- TCP server/client
- Asynchronous message channels
- High level of abstraction and asynchronization
- Easy to understand public API with complete documentation