GithubHelp home page GithubHelp logo

qinlikang / zsummerx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zsummer/zsummerx

1.0 2.0 0.0 2.33 MB

zsummerX is a cross-platform C++ high performance lightweight network library. via IOCP/EPOLL/SELECT.

License: Other

CMake 0.42% Shell 0.06% C++ 33.62% C# 2.52% C 62.30% Lua 1.06% Batchfile 0.02% Makefile 0.01%

zsummerx's Introduction

Welcome to the zsummerX wiki!

introduction:

Build Status
zsummerX is an C++ cross-platform, high-performance and lightweight net library.

zsummerX implementation used by EPOLL LT / IOCP / SELECT, the interface use proactor.
zsummerX can work in windows / linux / mac / android / iOS .

zsummerX support TCP, UDP, HTTP , and provide a easy frame interface that you can use a little code to implement a strong server .

zsummerX depend by C++ 11 implementation

traits :

used MIT license , free and business friendly.

needless third-party library, simple and strong .

high-performance and high-concurrency on linux or windows.

can work on meny operattion if used select . example mac , iOS , android .

#compile conditions
on windows need VS2013 or latter version
on linux need g++ 4.7 or latter version

#how to compile on linux
###build zsummerX
cd zsummerX/
cmake . -DCMAKE_BUILD_TYPE=DEBUG
make

runing frameStressTest server

cd zsummerX/example/bin/
./frameStressTest_d 0.0.0.0 81

runing frameStressTest client

cd zsummerX/example/bin/
./frameStressTest_d 127.0.0.1 81 1

#how to compile on windows
###build zsummerX
cd zsummerX/vc2013/
open compile zsummerX.vcxproj

runing frameStressTest server

cd zsummerX/example/bin/
start frameStressTest_win32d.exe 0.0.0.0 81

runing frameStressTest client

cd zsummerX/example/bin/
start frameStressTest_win32d.exe 127.0.0.1 81 1

#compile in mac iOS
###build zsummerX
cd zsummerX/
cmake . -DCMAKE_BUILD_TYPE=DEBUG
make

runing frameStressTest server

cd zsummerX/example/bin/
./frameStressTest_select_d 0.0.0.0 81

runing frameStressTest client

cd zsummerX/example/bin/
./frameStressTest_select_d 127.0.0.1 81 1

#compile in android or other

build

cd zsummerX/
cmake . -DZSUMMER_USE_SELECT -DCMAKE_BUILD_TYPE=DEBUG
make

runing frameStressTest server

cd zsummerX/example/bin/
./frameStressTest_select_d 0.0.0.0 81

runing frameStressTest client

cd zsummerX/example/bin/
./frameStressTest_select_d 127.0.0.1 81 1

Author: YaweiZhang

Web Site: www.zsummer.net
mail: [email protected]
github: https://github.com/zsummer

zsummerx's People

Contributors

zsummer avatar qinlikang avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.