Lab 13

SimpleChat - Extra Credit (5 pts towards final project)

You may use the example given in class and modify the application such that a 'new' visitor to the chat room will be prompted to enter his or her name to then be allowed to chat. For each message posted, display the user's name and the message body. You may implement this however you'd like (hint: one suggestion is to prepend the user's name to the body of the posted message, or alter the database table and add a column for the user's name). You may alter any CSS as needed.

SimpleChat Files