14 lines
511 B
Markdown
14 lines
511 B
Markdown
# Networking Library for V
|
|
|
|
`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` submodule provides access to the operatins system protocols database.
|
|
|
|
`netio` is tested only on Linux, but should work on all POSIX-compliant operating systems.
|
|
Microfost Windows support is not planned yet.
|