Skip to content

tyrantZhao/tyrantnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tyrantnet

A cross platform network library(support Windows and Linux), using c++11(use some C++17 feature), no third ilb is depended.

Features

  • support linux and Windows
  • multi-thread safety and high performance
  • none extention depend
  • ipv6 support
  • OpenSSL support(use macro USE-OPENSSL when compiling)
  • support http, websocket, https

##Documentation

Examples

Compatibility

  • Visual C++ 2013+ on Windows (32/64-bit)
  • GCC 4.8+ on Linux (32/64-bit)
  • Not Support Mac OS X

About session safety

This library uses three ways to identify one session(also is three way to use this library).

The third way is strongly recommanded.

About

A high performance network library with C++11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published