Skip to content
/ Iris Public

Iris is an open and free instant chat made with python3 based on client / server / client communication made by me during my free time.

Notifications You must be signed in to change notification settings

dawnl3ss/Iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Iris

Iris is an open and free instant chat made with python3 based on client / server / client communication made by me during my free time.

💭 How to use it ?

💾 Server Side :
-> Just put server-related files located in server folder in your own machine.
-> Put your own machine's settings in the server_settings.json file.
-> Then just start server with :

python3 server.py

💻Client Side :
-> Then download client-related files located in client folder in your PC.
-> After, just start client.py file and put your machine's ip-adress and socket port.

  • exemple :
python3 client.py

#~ Put the server ip-adress : 127.0.0.1
#~ Put the connection port : 12345
[+] You are currently chatting on server 127.0.0.1 with port 12345

About

Iris is an open and free instant chat made with python3 based on client / server / client communication made by me during my free time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages