Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.12 KB

README.md

File metadata and controls

35 lines (29 loc) · 2.12 KB

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.