An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.