I have been hearing this word “Client Side” whenever I read book or while listening to my trainer when he teaches Object oriented programming concepts. What does exactly it mean? Can anybody help me providing an answer with example?
Answer would be appreciated.
I have been hearing this word Client Side whenever I read book or while
Share
Client-server describes an application architecture in which the client requests an action or service from the provider of service, the server. For e.g. browser is the client of a web server. Now the client and server can be co-located within the same process or within the same computer or they can be running on different computers.