Code Monkey home page Code Monkey logo

impostscript's Introduction

#关于极光IM做为公司产品IM功能研究报告

极光IM解决方案

方案A

IMPostScript in action

  • 1.SDK提交到JMessage
  • 2.JMessage调用App Server提供的callback接口
  • 3.App Server确认要发消息
  • 4.JMessage下发消息给B
  • 说明
  • 好处:开发可控性好
  • 坏处:整个流程太麻烦, callback有一定的工作量
  • 总结:不建议这种费力不讨好的行为.

方案B

IMPostScript in action

  • 1.SDK提交到JMessage
  • 2.JMessage下发消息给B
  • 3.公司自己服务器定时同步消息记录
  • 说明
  • 好处:开发相对时间短,省钱
  • 坏处:需要第三步接口提供消息同步,从而做数据保存和分析
  • 总结:建议试用

方案C

IMPostScript in action

  • 1.App提交到App Server
  • 2.App Server发消息给B
  • 说明
  • 好处:开发可控性好
  • 坏处:开发工作量大,服务器压力也大,API每分钟600次就会挂掉
  • 总结:不建议这种费力不讨好的

IMPostScript in action

IMPostScript in action IMPostScript in action IMPostScript in action

impostscript's People

Contributors

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