Chat application in flask. Created using socket.io. There are 4 chat rooms to be joined namely lounge, news, games and coding. When the user logs in, they join the lounge chat room by default. They can switch the chat rooms any time. When a user joins or leaves a room, the other users in the room are notified.
To run this app clone this into your machine. Then run the folllowing command:
python application.py