Skip to content

abdulwahid211/sockets_python

Repository files navigation

Sockets in Python

A socket program that runs a server which broadcasts to clients

Port and Hostname

Port number and hostname can be found in the 'server.py' and 'client.py'

Run

To run the server and client to communicate, please do the following:

Server side

# Open new terminal and then enter  
python server.py 

Client Side

# Open another terminal tab and then enter with the 'Username' of your choice  
python client.py 'Username' 

Note: It is possible to run multiple Clients to communicate with each other

About

Socket Programming in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages