upd4
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
# Networking Library for V
|
||||
|
||||
**netio** is a networking library for V programming language.
|
||||
This implementation aims to be as flexible and portable.
|
||||
**netio** is a flexible networking library for V programming language.
|
||||
It heavily relies on the libc.
|
||||
|
||||
Differences with the V standard library **net** module:
|
||||
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.
|
||||
* Provides the low-level wrappers around C API.
|
||||
* Supports any kind of sockets, socket options, address families and protocols.
|
||||
|
||||
**netio** provides a high-level abstractions over BSD sockets: `TCPListener`,
|
||||
**netio** also provides a high-level abstractions over BSD sockets: `TCPListener`,
|
||||
`TCPStream`, `UDPSocket`.
|
||||
|
||||
Reference in New Issue
Block a user