"Chai Pe Charcha" is more than just a chat application; it's a vibrant hub for real-time conversations built on the Django framework. With a keen focus on user authorization, it ensures secure interactions among participants. By harnessing the power of websockets (ws), it enables seamless communication within designated server rooms, allowing users to engage in lively discussions, share ideas, and connect with others instantaneously.
-
Clone the project repository from my GitHub using the command:
git clone "https://github.com/RishiGupta-05/ChatApp" -
Activate the Virtual Environment by executing:
.\Scripts\activate.bat -
Start the local server by running:
python manage.py runserver -
Access the application through your browser using the following address: http://127.0.0.1:8000/
Make sure to install the latest versions of Daphne, Channels, and Django to seamlessly run the project.