Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

File metadata and controls

21 lines (17 loc) · 583 Bytes

RAI_Task_3

Client - Server Socket

Multiclient Chatting Apllication

Create a simple Multi-user Chat Application using Java

Console Application

  • Server.java
  • server socket class for chatting application
  • ServerThread.java
  • thread to receive multiple client socket
  • Client.java
  • client socket class for chatting application
  • ReadInput.java
  • Thread to receive stream messages from server

Specification

  • Each user is identified by username
  • for finalization, try to add some GUI to your app

refer to : http://anditya.staff.telkomuniversity.ac.id/academic/rai/