Giter VIP home page Giter VIP logo

gylib's Introduction

gylib

gylib是我的公司正在使用的一套分布式服务端框架, 核心部分是Library中的代码,包含了服务的核心内容,

  • cache:利用redis做缓存服务器,文件,消息,用户登录session。
  • logger:类似于log4j的一个文件日志系统。
  • mongo:使用mongodb的数据库模块。
  • param:参数解析。
  • service:服务核心模块,使用grpc做远程调用,使用etcd做服务注册与发现,定义了返回值与服务。
  • util:测试工具。
  • uuid:使用uuid做token生成,与一些缓存中使用的临时key。
  • example:两个示例项目,通过AgentServer接收http请求,通过FileServer做文件管理,文件的存储使用了mongodb gridFS。 logger, mongo, uuid都是参考了一些开源的项目,现在刚开始准备文字介绍,迟点会把原项目连接更新上来。

感谢:在QQ群里有很多高手,跟他们学到了很多新的东西。所以特别将这一套代码开源出来,不管这框架是否好,但这是自己的一份学习报告。 QQ群:

  • Gopher成都(459420581)
  • Leaf 游戏服务器交流群(376389675)

gylib's People

Contributors

kyugao avatar

Watchers

James Cloos avatar BaihowFF 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.