Difference between revisions of "Server-side"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 13: | Line 13: | ||
* [[Client-server model]] | * [[Client-server model]] | ||
* [[Computer network]] | * [[Computer network]] | ||
+ | * [[Dynamic web page]] | ||
+ | * [[Server-side scripting]] | ||
* [[Web server]] | * [[Web server]] | ||
* [[Web service]] | * [[Web service]] |
Revision as of 10:07, 9 September 2015
Server-side refers to operations that are performed by the server in a client–server relationship in a computer network.
(TO DO: expand, organize, cross-reference, illustrate.)
Description
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
- Server-side * Wikipedia