Skip to content

Alifianrc/MultiThreadServerClient

Repository files navigation

Multi Thread Server Client

This is socket programming project to simulate chatting with a server and several client using multi thread.

Installation

  1. Clone the repo
  2. In This File change
string filePath = @"D:\Tugas_Kuliah\Sistem_Oprasi_Jaringan_Komputer\FP_MultiClient\ServerMultiThread\Massage_Data.txt";

to any path of the Massage_Data.txt file

Chat Flow

  1. User (in client) input message
  2. Client send message to server
  3. Server receive message
  4. Server save message in txt file
  5. Server send message to all client (including sender)
  6. Client receive message

Flowchart Diagram

Flowchart

Result

SS

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

Mohammad Alifian - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages