Skip to content

wcheng47/koalaudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatter: a simple example for usage of channel.js

Getting up and running

  • pip install virtualenv --upgrade
  • git clone https://github.com/k-pramod/channel.js.git
  • virtualenv venv or virtual -p C:\Python27\python.exe venv for Python 2.7
  • cd examples/chatter
  • venv\Scripts\activate
  • pip install -r requirements.txt
  • python manage.py runserver

Navigate to localhost:8000/chat/myRoom/ and have fun chatting!

This example works with Python 2.7+. (When using a virtualenv with Python 2.7, you may run into this error.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 45.1%
  • JavaScript 28.4%
  • Python 23.3%
  • CSS 3.2%