Skip to content

Vinay7820/Python_Socket_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python_Socket_Programming

Client & Server chat application program

Sockets are the endpoints of a bidirectional communications channel. Sockets may communicate within a process, between processes on the same machine, or between processes on different continents.

Sockets may be implemented over a number of different channel types: Unix domain sockets, TCP, UDP, and so on. The socket library provides specific classes for handling the common transports as well as a generic interface for handling the rest.

About

Client & Server chat application program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published