/chat-app

Built a chat app using web sockets and Django Channels

Primary LanguagePython

chat-app

Built a chat app using web sockets and Django Channels

Installation

  1. Clone the project.
    git clone https://github.com/eknathyadav/chat-app.git
    
  2. Access the chat-app folder.
  3. Run the virtual machine using
    venv/Scripts/activate
    
  4. Run the server.
    python manage.py runserver
    
  5. Paste http://127.0.0.1:8000/chat/ on your browser to start the app.