Chat Application using Django Channels.
1. Start the Redis Server for the working of Websockets.
2. Activate the virtual environment.
3. Install the requirements.txt file.
4. Run the command "python manage.py runserver" to get the server running.
5. Open the link: http://127.0.0.1:8000/chat/ and enter the room name.
6. Open the same link on multiple tabs/windows to read and send messages from several tabs/windows.