cyface / django_unicorn_chat_example

Example of using Django Unicorn to create a chat room using polling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Unicorn Chatroom Example

This example shows using polling to create a chat room

Running the example

  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py loaddata initial_data.json
  • python manage.py runserver
  • Open http://localhost:8000 in your browser

Users (all passwords are unicorn):

  • admin
  • luna
  • astra

You must log in as one of these users to see the chat room.

If you'd like to test with multiple users, use several incognito windows or different browsers.

About

Example of using Django Unicorn to create a chat room using polling.


Languages

Language:Python 66.7%Language:HTML 32.6%Language:Shell 0.7%