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
- Host: GitHub
- URL: https://github.com/sharp0802/paralleltcp
- Owner: Sharp0802
- License: mit
- Created: 2021-12-28T09:06:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T05:44:34.000Z (over 3 years ago)
- Last Synced: 2025-03-02T05:51:33.350Z (4 months ago)
- Topics: csharp, netstandard20, tcp, tcp-client, tcp-client-server, tcp-server
- Language: C#
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParallelTCP

[](https://www.nuget.org/packages/ParallelTCP/)
[](https://sharp0802.github.io/ParallelTCP)
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