Difference between revisions of "Server-side"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(etc)
Line 1: Line 1:
 
'''Server-side''' refers to operations that are performed by the [[Server (computing)|server]] in a [[Client-server|client–server]] relationship in a computer network.
 
'''Server-side''' refers to operations that are performed by the [[Server (computing)|server]] in a [[Client-server|client–server]] relationship in a computer network.
 +
 +
Typically, a server is a [[computer program]], such as a [[web server]], that runs on a remote server, reachable from a user's local computer or workstation.
 +
 +
Operations may be performed server-side because they require access to information or functionality that is not available on the client, or require typical behavior that is unreliable when it is done [[client-side]].
 +
 +
== See also ==
 +
 +
* [[Web service]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Server-side Server-side] * Wikipedia
 
* [https://en.wikipedia.org/wiki/Server-side Server-side] * Wikipedia

Revision as of 10:26, 11 June 2015

Server-side refers to operations that are performed by the server in a client–server relationship in a computer network.

Typically, a server is a computer program, such as a web server, that runs on a remote server, reachable from a user's local computer or workstation.

Operations may be performed server-side because they require access to information or functionality that is not available on the client, or require typical behavior that is unreliable when it is done client-side.

See also

External links