This commit is contained in:
ge
2026-04-28 23:18:57 +03:00
parent 7b17a4a33b
commit e54f013ef7
11 changed files with 142 additions and 50 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
# Networking Library for V
**netio** is a flexible networking library for V programming language.
`netio` is a flexible networking library for V programming language.
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.
The `netio.protocol` module provides access to the operatins system protocols database.