5b56659d216b09e888f95d30b09e51423951232b
Networking Library for V
netio is a networking library for V programming language. This implementation aims to be as flexible and portable. It heavily relies on the libc.
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.
netio provides a high-level abstractions over BSD sockets: TCPListener,
TCPStream, UDPSocket.
Description
Languages
V
100%