Skip to content

kamarabbas99/Chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-application

The server allows clients to:

  • View list of existing chat rooms
  • View the number and list of connected users for each room
  • Join existing chat rooms if the room capacity is not full. (Each room has a maximum capacity of 5, and the server does not allow a new user to join a chat room if the capacity of a room is full.)
  • Create chat-rooms
  • Send messages to chat-rooms
  • Leave a chat-room

The client provides an interface that enables a user to:

  • View list of existing chat rooms
  • View the number and list of connected users for each room
  • Join one or more existing chat rooms if the room has a capacity.
  • Create chat-rooms
  • Send messages to chat-rooms
  • Leave a chat-room

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages