Skip to content

v0idpointer/Vnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vnet - a network library for C++20

--- Under Construction ---

Features and functionalities are being added and refined, so some aspects may be incomplete or subject to change.

Components

Vnet consists of multiple components:

  • Vnet core library (Vnetcore)
  • Vnet HTTP library (Vnethttp)
  • Vnet security library (Vnetsec)
  • Vnet web library (Vnetweb)

Building

Vnet uses xmake as it's build system.

When building on Windows, make sure OpenSSL is installed to C:\openssl. If OpenSSL is installed somewhere else, create a symlink.

OpenSSL is only required when building Vnetsec (and components that depend on Vnetsec).

Releases

No releases published

Packages

No packages published

Languages