Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
/ nio Public archive

A small stream-oriented library to handle networking in C++

License

Notifications You must be signed in to change notification settings

threadexio/nio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nio

Yet another stream based C++ networking library. For now it only supports *nix systems, Windows support is planned.

Features

  • IPv4
  • IPv6
  • Unix sockets

Code

To get started simply add the include/ directory of the repo to your include paths and you can access everything in a structured format. Code namespaces correspond to directories and classes to files.

For code examples see tests/.