Full Duplex Chat
- Make sure port 8888 is available
- Run the App in Server mode
- java App host
- Run the App in Client mode
- java App client
- You may connect more clients
- From the Client terminal, enter your chat messages to the server
- From the Server terminal, enter your chat message to all clients
- App.java
- Server.java
- Client.java