This commit is contained in:
ge
2026-04-13 04:02:42 +03:00
parent 2d2281b8cc
commit 7b17a4a33b
9 changed files with 253 additions and 73 deletions
-4
View File
@@ -1,12 +1,8 @@
# Networking Library for V
**netio** is a flexible networking library for V programming language.
It heavily relies on the libc.
Differences with the V standard library `net` module:
* Provides the low-level wrappers around C API.
* Supports any kind of sockets, socket options, address families and protocols.
**netio** also provides a high-level abstractions over BSD sockets: `TCPListener`,
`TCPStream`, `UDPSocket`.