04a644869e45e556dfa7a677b13cb9d7ad9d60a0
Networking Library for V
netio is a flexible networking library for V programming language.
Features:
- Provides the low-level wrappers around C sockets API.
- Supports any kind of sockets, socket options, address families and protocols.
- Working with network interfaces (limited for now).
- The
netio.protocolsubmodule 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.
Description
Languages
V
100%