Content deleted Content added
AnnShirley95 (talk | contribs) Tags: Reverted Visual edit |
Restored revision 1277496602 by 2001:4652:A1E8:0:3DAA:37A4:CED5:94EF (talk): Unsourced statements of opinion |
||
Line 32:
=== General concepts ===
"Server-side software" refers to a [[computer application]], such as a [[web server]], that runs on remote [[server (computing)#Hardware|server hardware]], reachable from a [[user (computing)|user]]'s local [[computer]], [[smartphone]], or other device. Operations may be performed server-side because they require access to information or functionality that is not available on the [[client (computing)|client]], or because performing such operations on the [[client-side|client side]] would be slow, unreliable, or [[computer security|insecure]].
Client and server programs may be commonly available ones such as free or commercial [[web server]]s and [[web browser]]s, communicating with each other using standardized [[protocol (computing)|protocols]]. Or, [[programmer]]s may write their own server, client, and [[communications protocol]] which can only be used with one another.
Line 125 ⟶ 123:
}}
</ref>
==See also==
|