Skip to content

abiabdillahx/simple-cli-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple TCP Message App

Just for testing socket and wireshark stuffs

Table of Contents

  1. How to use it locally
  2. How it works

Ikuti step by step di bawah


How to use it??

1. Firstly, you have to clone this repo

git clone https://github.com/abiabdillahx/simple-cli-chat
cd simple-cli-chat

2. Open some terminal

Minimal 3 terminals

1st Terminal (Server)

Ini yg bakal terima pesan dan meneruskannya ke lawan bicara klen

python server.py

2nd Terminal (Client A)

Bagian ini yang akan menjadi client pertama

python client.py --host 127.0.0.1 --port 12345

3rd Terminal (Client B)

Ini lawan bicaranya. Sama aja command nya, tapi beda terminal dan PID

python client.py --host 127.0.0.1 --port 12345

3. Start chatting


How it works?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages