Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 295 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 295 Bytes

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.