This is a basic chat application using flask socketio. This help in providing a live chat experience without refreshing the webpage.
step - 1: First of all, you need to create a room by giving the name. then a unique four digit code will be given to your room.
step - 2: Now you can use this room code and share this room code. Now by using this code all the other numbers can join into your created room(one that you created in the above step).
step - 3: Now, you can communicate with all the room members. any message that you send in the room will be recieved to all members in the room.