Skip to content

CoderFaris/Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

A real time chat application built using:

  • Django (ASGI Channels)
  • Javascript native WebSocket API
  • HTML/CSS for the frontend

Prerequisites

Before running the project make sure to have python installed and django (django channels)

pip install django channels

How to run the project

After dealing with prerequisites, run the commands in the given order

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Once the server is running, navigate to http://127.0.0.1:8000/chatroom and start chatting :)

Showcase demo

Showcase

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors