Giter Site home page Giter Site logo

achat's Introduction

AChat

轻量级IM(即时通讯)服务端

功能列表

基于C++11目前已经实现了如下功能:

  • 注册
  • 登录
  • 修改密码
  • 修改个人信息(自定义昵称、签名等个人信息)
  • 查找好友、查找群
  • 添加好友、添加群
  • 好友列表、群列表、最近会话
  • 单人聊天功能(包括发文字、离线文件)
  • 群组功能(包括发文字、离线记录)
  • 群发消息
  • 断线重连

主要服务程序

  • Login_Dispatch_Server (C++): 登录分流服务器,根据各个MsgServer负载状况,分配一个负载小的MsgServer给客户端使用
  • MsgServer (C++): 消息服务器,提供大部分消息处理功能,包括私人聊天、群组聊天等
  • DBProxy (C++): 数据库代理服务器,提供mysql以及redis的访问服务,屏蔽其他服务器与mysql与redis的直接交互
  • FileServer(C++): 文件服务器,提供客户端之间的文件传输服务

//TODO: 保持维护,部分本地整理后更新

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.