Giter Site home page Giter Site logo

chat-online's Introduction

Name

It is chat online demo base on durap

And durap is a framework base on openresty

DEMO

http://chat.qinxunw.com

IE >= 9; chrome; safari supported

just a demo

most 1 second delay now; can be realtime when cosocket support full duplex

Description

Multi-client (one user); group chat; online status; unread num supported

messages saved in mysql

messages sent via websocket or longpoll base on redis pub/sub

in longpoll, lua will start an background thread by 0 delay timer, the thread subscribe channel and push to a list; and longpoll request will blpop from the list

redis datatype

last contact:

sorted set;         user contact timestamp;     user group timestamp

online status:

(user)          hash        user client timestamp
(global)        hash        global_key user timestamp

unread number

hash        user contact num

group relation

(user-group)    set     user group
(group-user)    set     group user

realtime

pub/sub         channel: user or group      group messages sent via group channel

and other ...

License

This software is distributed under Apache License Version 2.0, see file LICENSE or http://www.apache.org/licenses/LICENSE-2.0

chat-online's People

Contributors

doujiang24 avatar

Watchers

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