Skip to content

cdrcsy/webchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tornado-Redis-Chat & Socket.io-Redis-Chat

Tornado-Redis-Chat

A multi-room chat application based on Tornado and Redis.

sudo pip install tornado
sudo pip install git+https://github.com/evilkost/brukva.git
git clone https://github.com/BeginMan/webchat.git
python app.py --port=8888

Socket.io-Redis-Chat

Webchat,android,iOS chat system based on socket.io and redis.

Requirements:

Node modules:

  • redis or hiredis
  • socket.io

Then

git clone https://github.com/BeginMan/webchat.git
node chat-server.js

About

Tornado Redis Websockets And Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • JavaScript 35.3%
  • HTML 20.2%