Skip to content

It is the Basic working of how a server and client connects with each other and send message

Notifications You must be signed in to change notification settings

Pranav0102/Server-Client-Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Server-Client-Connection

  • Server Script should be initialized first as it is put in the listening mode(means it will wait for the upcoming connection)
  • After connecting you can type your messages(Etheir by taking input or as i have done it)
  • In bind/connect function make sure ip and port for the both server and client should be same
  • For more info you can look into this : https://docs.python.org/3/library/socket.html

About

It is the Basic working of how a server and client connects with each other and send message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages