/full-duplex-chat

Full Duplex Chat

Primary LanguageJava

full-duplex-chat

Full Duplex Chat

How to use

  1. Make sure port 8888 is available
  2. Run the App in Server mode
    • java App host
  3. Run the App in Client mode
    • java App client
  4. You may connect more clients
  5. From the Client terminal, enter your chat messages to the server
  6. From the Server terminal, enter your chat message to all clients

Main Components

  1. App.java
  2. Server.java
  3. Client.java