You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DJANGO PROJECTS/Chat/README.md
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,34 @@
2
2
3
3
## Overview
4
4
5
-
This a simple web application where you can chat in real time. User can send the message to other users available inside the room and read the other's messages.
5
+
This is a simple django chat applications for real time chatting. One needs to create an account to be able to chat with others. User can create their own room for chatting.
6
6
7
-
You can test it creating two accounts and opening one in browser and other in private browser. Then you will be able to see the messages .
7
+
## Libraries and Frameworks:
8
8
9
-
## Libraries and Frameworks Used:
9
+
These are the libraries and frameworks used to build this chat application.
0 commit comments