Skip to content

k1000/chatroomio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

chatroomio - chat rooms with tornadio. Works with https://github.com/k1000/django-tornadio

Supports channels/rooms. User Auto login.

Installation

  1. Download and install:

    git clone https://github.com/k1000/chatroomio
    cd chatroomio
    python setup.py install
    

    or using pip:

    pip install -e git+https://github.com/k1000/chatroomio#egg=chatroomio
    
  2. Requires jQuery & socket.io:

    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
    <script type="text/javascript" src="//cdn.socket.io/stable/socket.io.js" ></script>
    

DEPENDENCIES

LICENSE

django-stratus is released under the MIT License. See the LICENSE file for more details.

About

tornadio chat rooms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published