wqvbjhc / libuv_tcp

tcp server and client package using libuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the libuv_tcp wiki!

Introduction

libuv_tcp is an C++ class that include tcp server and client which package using libuv.

Build the demo

Build for Windows using Visual Studio

cd libuv_tcp 
mkdir -p build_win64
cd build_win64
cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release

Build for Linux

cd libuv_tcp 
mkdir -p build_linux
cd build_linux
cmake ..
make -j

Usage

Refer to [test_tcpserver.cpp] 1 and [test_tcpclient.cpp] 1

Author: Phata

Blog: http://www.cnblogs.com/wqvbjhc/

E-mail: feitemj@gmail.com

QQ: 1930952842

Github: https://github.com/wqvbjhc

About

tcp server and client package using libuv

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 96.2%Language:CMake 3.8%