13 lines
528 B
Markdown
13 lines
528 B
Markdown
# Networking Library for V
|
|
|
|
`netio` is a flexible networking library for V programming language.
|
|
|
|
This module provides the low-level wrappers around C APIs and supports
|
|
any kind of sockets, socket options, address families and protocols.
|
|
`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. Microsoft Windows support is not planned yet.
|
|
|
|
See examples/ dir in source code repository for usage examples.
|