Skip to content

sanoojm/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple-Python-Chat-Server.

Simple-Python-Chat-Server is a Chat program coded in Python with basic Python modules.

##Requirements:

  • Python
  • Linux

###Usage:

Run python chat_server.py -r (server|client) -i (server ip address)

-r  run_as, it can be server/ client.
-i  IP address of the machine where the script is running as server

Run one instance of the script as server and the other should be client.

Example:

python chat_server.py -r server -i 127.0.0.1

python chat_server.py -r client -i 127.0.0.1

About

Simple-Python-Chat-Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages