Modify the AJAX Chat to convert it into a group chat capable application (2+ chat users).
undefined
Use Cases:
undefined
- Before user enters the chat room, user can specify a nickname to be used in the chatroom (see wireframe 1)
- Each can enter a chat message which is then visible to all other users; multiple users using the application simultaneously users are identified by 1) their nicknames shown before their messages and 2) a randomly assigned color as background for the chat bubble (see wireframe 2)
undefined
Grading:
undefined
points for proper modifications to the server code (chat.php)
points for proper modifications to the database
points for proper modifications to the client code (client.js)
points for graceful error handling throughout your application
for good coding style
undefined
General Requirements for Successful Submission:
undefined
Modify the following files in collaboration with your chosen partner:
undefined
- Chat.html – add form to enter a user’s nickname
- Chat.php/client.js – add user tracking, identification


0 comments