Git Product home page Git Product logo

lim's Introduction

lim

游戏聊天系统

介绍

lim是一个游戏聊天系统,支撑多款游戏的聊天服务,新上线游戏可通过api接入

系统架构

参考资料:http://www.52im.net/thread-1230-1-1.html

参考图片:

  • 客户端:lim-client,负责发送和接收消息
  • 用户中心:lim-rest,负责注册登录、为客户端分配消息服务器
  • 消息服务器:lim-server,无状态,与客户端保持长连接,负责将客户端消息放入消息队列
  • 消息队列:lim-mq,kafka实现,负责削峰填谷
  • 消息处理:lim-mh,无状态,负责异步消费消息队列中的消息,将消息写入消息存储库和消息同步库
  • 消息存储库和索引:influxdb实现,负责持久化会话消息
  • 消息同步库:influxdb实现,负责写扩散同步

QuickStart

todo

TODO

  • 私聊
  • 组聊:公会聊天、组队聊天、自定义组聊
  • 大组聊天:国家聊天、联盟聊天
  • 世界聊天

lim's People

Contributors

lancehuang 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.