Implement a simple chat system using Socket Programming (TCP Sockets).
a) your chat system includes two types of components
i) A chat room and ii) The client
b) System contains maximum 3 clients, each can enter or leave the system at any time and one can design GUI as given in Figure.
c) Chat room is long lived 'server' component and there is no GUI at server side.
d) All messages are to be broadcasted to all clients connected to the chat room.
Comments
Leave a comment