This is socket programming project to simulate chatting with a server and several client using multi thread.
- Clone the repo
- 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
- User (in client) input message
- Client send message to server
- Server receive message
- Server save message in txt file
- Server send message to all client (including sender)
- Client receive message
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Mohammad Alifian - [email protected]