Skip to content

A client-server application can be simplified to describe a model wherein a program (the server) receives and handles requests of services done by another program (the client). The server program awaits requests done by the client program and begins working on a request as soon as it is received. The two programs are often referred to as one app…

License

Notifications You must be signed in to change notification settings

Saicharanm66/A-simplified-client-server-solution-for-file-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

About

A client-server application can be simplified to describe a model wherein a program (the server) receives and handles requests of services done by another program (the client). The server program awaits requests done by the client program and begins working on a request as soon as it is received. The two programs are often referred to as one app…

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages