Code Monkey home page Code Monkey logo

breeze's Introduction

Welcome to the breeze wiki! #breeze简述
Build Status
breeze是一个C++的轻量级服务器框架, 适合端游/页游/手游/棋牌/IM的分布式服务器端.

#主要依赖模块
DB使用mysql,
kv-cache使用redis,
网络模块部分使用zsummerX: 支持协议加密, 支持TCP/UDP/HTTP协议, 支持断点重传, 支持windows/linux/iOS/android.
协议解析使用proto4z: 支持C++/lua/C#

#特点:

总代码量很小 非常轻量级, 可以快速上手使用.
使用C++11标准, 在满足高性能的同时满足快速开发要求.
支持分布式的扩展, 使用预留的扩展方案可以快速构建起大型的分布式服务器端.
网络库使用zsummerX, 可以直接嵌入到移动平台的客户端中, 打通移动客户端到服务端的通讯.
协议为原生的二进制数据流, 支持lua客户端的使用, 性能非常高(相对于json等方案带来的是更小的流量,更快的响应速度).
支持HTTP协议, 可以方便的接入第三方的认证充值平台.
数据采用RC4流式加密, 最小的性能损失和更可靠的加密效果.

#About The Author
Auther: YaweiZhang
Mail: [email protected]
GitHub: https://github.com/zsummer

breeze's People

Contributors

zsummer avatar

Watchers

 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.