Skip to content

Client side of a network application is designed according to the client-server application architecture. The server is already implemented and running on a remote machine. After an initial greeting message used by your client to start the connection to the server, the server asks your client to evaluate a (server-chosen, unspecified) number of …

Notifications You must be signed in to change notification settings

ardraayyappath/Socket-Programming-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Socket-Programming-with-Python

Client side of a network application is designed according to the client-server application architecture. The server is already implemented and running on a remote machine. After an initial greeting message used by your client to start the connection to the server, the server asks your client to evaluate a (server-chosen, unspecified) number of expressions one after the other. Each of these expressions will be sent as a separate message. For each expression message, the server expects a response message containing the result of the evaluation of the expression

About

Client side of a network application is designed according to the client-server application architecture. The server is already implemented and running on a remote machine. After an initial greeting message used by your client to start the connection to the server, the server asks your client to evaluate a (server-chosen, unspecified) number of …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages