13 lines
424 B
Markdown
13 lines
424 B
Markdown
# 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`.
|