The app lets any user to enter a specified room with a display name and communicate with all the members in that group.
The user in a room can also share their location with other members of the group.
The app also prevents the user from sending meassages that involve profanity
Visit URL to try the app
To run the App locally, read the instructions below
- NodeJS required
Install all the dependencies by running the following command from the root directory
npm install
npm run dev