networkutils
Various networking utils
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install networkutils
choosenim install networkutils
git clone https://github.com/Q-Master/networkutils.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| networkutils | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Q-Master/networkutils.nim |
|---|---|
| Homepage | https://github.com/Q-Master/networkutils.nim |
| Registry Source | nimble_official |
README
Various networking sugar
Library contains various networking sugar.
Library features
As for now library contains buffered sockets implementation.
Buffered Sockets
Buffered socket is the implementation of some sort of stream based on asyncronous and syncronous sockets. It is for now using memory copying from buffer to destination.
Examples
All the needed examples are almost self-explanatory in tests