Networking Library for V

June 28, 2026 ยท View on GitHub

netio is a flexible cross-platform 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 operating system protocols database.

netio is mainly tested on Linux, but should work on all POSIX-compliant operating systems. Microsoft Windows support is experimental.

See examples/ dir in source code repository for usage examples.