This commit is contained in:
ge
2026-04-04 00:47:35 +03:00
parent 4e43912583
commit 1cf6d878b5
19 changed files with 438 additions and 302 deletions
+8
View File
@@ -3,3 +3,11 @@
**netio** is a networking library for V programming language.
This implementation aims to be as flexible and portable.
It heavily relies on the libc.
Differences with the V standard library **net** module:
* Provides the low-level wrappers around C API functions.
* Supports any kind of: socket type, socket option, address family and protocol.
**netio** provides a high-level abstractions over BSD sockets: `TCPListener`,
`TCPStream`, `UDPSocket`.