This is basically a chat room web app using flask-socket.io
The user first creates a room and a room code is automatically assigned to them. If another user wishes to join that chatroom, they can simply type in the room code, their name and click join.
Multiple users can join same chat room.