Skip to content

meetrakib/simple-socket-server-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Socket Server In Python

Simple client server interaction using python socket

Technologies

  • python >3.6
  • python socket

Installation

Must have python pre-installed

  • Clone the repo
  • Go to 'src' directory
  • Run the server.py with python server.py in a terminal
  • Run client.py nwith python client.py inside another terminal

Now in client terminal type your message. Now go back to server terminal. See there is a message from client. Now type a message in server terminal and hit enter to send back to client. You can see message from server terminal to client terminal.

[N.B. Send a single message at a time from both terminal. Send first message from client terminal]

About

Simple client server interaction using python socket

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages