Difference between revisions of "Web server"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Exterior links)
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
== See also ==
 
== See also ==
  
 +
* [[Apache HTTP Server]]
 +
* [[Bandwidth (computing)]]
 
* [[Communications protocol]]
 
* [[Communications protocol]]
 
* [[HTTP request]]
 
* [[HTTP request]]
Line 19: Line 21:
 
* [[Information technology]]
 
* [[Information technology]]
 
* [[localhost]]
 
* [[localhost]]
 +
* [[Node.js]]
 
* [[JavaServer Pages]]
 
* [[JavaServer Pages]]
 
* [[Server (computing)]]
 
* [[Server (computing)]]
Line 28: Line 31:
  
 
* [https://en.wikipedia.org/wiki/Web_server Web server] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Web_server Web server] @ Wikipedia
 +
 +
[[Category:Computing]]
 +
[[Category:Web design]]
 +
[[Category:Web design and development]]
 +
[[Category:Web servers]]

Latest revision as of 06:01, 22 April 2016

A web server is an information technology that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web.

Description

The term "web server" can refer either to the entire computer system, a server appliance, or specifically to the software that accepts and supervises the HTTP requests.

HTTP server

See Apache HTTP Server.

Node.js

Node.js is a server written in JavaScript.

See also

Exterior links