Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 206 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 206 Bytes

Ackbar: Django Websockets Demo

To get started:

mkvirtualenv ackbar
pip install -r requirements.txt
./start.sh

Open http://localhost:8001 in two windows and start chatting... with yourself!