Skip to content

ChatSocket is an example that shows how programs can talk to each other over the internet, a local network, or even on the same computer. With socket programming, developers can make applications where one program acts like a host, waiting for others to connect (the server), and other programs reach out to connect to it (the client).

Notifications You must be signed in to change notification settings

Chand7577/ChatSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatSocket

ChatSocket is an example that shows how programs can talk to each other over the internet, a local network, or even on the same computer. With socket programming, developers can make applications where one program acts like a host, waiting for others to connect (the server), and other programs reach out to connect to it (the client).

To run the Socket Program

Open a terminal or command line and navigate to the directory where the socket program is located.

Run the Script

Execute the Python script by running the following command in your terminal or command prompt: python3 or python tserver.py python3 or python tclient.py

About

ChatSocket is an example that shows how programs can talk to each other over the internet, a local network, or even on the same computer. With socket programming, developers can make applications where one program acts like a host, waiting for others to connect (the server), and other programs reach out to connect to it (the client).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages