GithubHelp home page GithubHelp logo

imm's Introduction

#IMM @0.3.0

IMM是一个由Node.js驱动的,为Web,APP提供即时通讯的服务。 由 IMM-ServerIMM-Client 组成

##IMM-Server 即时通讯服务器,由Node.js驱动,采用SockJS框架。 依赖[email protected]+ 服务器访问地址: http://115.28.228.10:9999/ url格式: ip:port/method?param1=value1&param2=value2

###API

interface: broadcast/广播消息
method: POST/GET param:

  • channel : 广播消息的频道
  • type : 广播消息类型
  • msg : 广播消息内容

return:JSON

  • flag : true/false
  • type : 'system'

interface: onlineCount/取得在线人数 method: POST/GET param:

  • channel : 频道

return:JSON

  • flag : true/false
  • type : 'system'
  • count : int/在线人数

##IMM-Client Web客户端JS Library,采用CMD规范,以SockJS-client为内核。 依赖[email protected]+

###API

imm's People

Watchers

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