https://github.com/gechandesu/netio
Networking library
https://github.com/gechandesu/netio
network networking socket-programming sockets vlang vlang-module vlang-package
Last synced: 3 days ago
JSON representation
Networking library
- Host: GitHub
- URL: https://github.com/gechandesu/netio
- Owner: gechandesu
- License: mit
- Created: 2026-05-01T20:08:55.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-06-14T14:22:12.000Z (9 days ago)
- Last Synced: 2026-06-14T15:14:40.692Z (9 days ago)
- Topics: network, networking, socket-programming, sockets, vlang, vlang-module, vlang-package
- Language: V
- Homepage: https://gechandesu.github.io/netio/
- Size: 54.7 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - netio - Low-level networking library for V that gives more control over sockets. (Libraries / Networking)
README
# Networking Library for V
`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 operatins 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.