Question: Using java Create a chat client, and chat server. The chat client must be able to communicate with other chat clients on separate computers on

Using java

Create a chat client, and chat server. The chat client must be able to communicate with other chat clients on separate computers on your local network. Do not use 127.0.0.1 this will only respond to commands on one machine. The chat server must be able to communicate the client packets to the other chat clients connected. Essentially create a LAN chat room for all available computers that you have.

TLDR: When two people are in the same chat room, you can see all messages each client types on one chat client.

EXAMPLE

Computer1: Runs chat server

Runs chat client

*type something*

>Computer1:Client== Hi there

Computer2: Runs client

>Computer1:Client== Hi there

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!