Tcp-Net

[early under consruction] Tcp.Net is minimalistic TCP library for .Net based on SocketAsyncEventArgs supports OS I/O multiplexing queues: I/O Completion Ports, epoll, kqueue, etc.

Pure Nim score 15/100 · last commit 2019-02-05 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2019-02-05
Downloads 0
Last Indexed 2026-08-11 05:08

Installation

nimble install Tcp-Net
choosenim install Tcp-Net
git clone https://gitlab.com/romajke/Tcp-Net

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Tcp-Net - - - - - - -

Source

Repository https://gitlab.com/romajke/Tcp-Net
Homepage https://gitlab.com/romajke/Tcp-Net
Registry Source gitlab

README

Tcp.Net

Minimalistic Tcp client for .Net based on SocketAsyncEventArgs supports OS I/O multiplexing queues (I/O Completion Ports, epoll, kqueue etc).