Skip to content

renekabagamba/chatroom-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatroom-app

Foundations of Software Engineering - Chatroom Assignment

The system allow a user to: • Enter the chat room with his/her name • See other users’ chat messages • Post a chat message • Leave the chat room

The application satisfy the below rules: • When a user posts a chat message, the text is displayed together with the user’s name and current timestamp. • When there is a new post, the screens of all of the users in the chat room are instantly and dynamically updated (the updates are real time on all clients). • All the chat messages should be stored on the server in a database and re-loaded when a user exits and re-enters the chat room.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published