Server-side JavaScript

This is an old revision of this page, as edited by 193.73.77.1 (talk) at 12:50, 29 October 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Server-side JavaScript (SSJS) refers to JavaScript that runs on server-side. This term was coined because the language was originally limited to just client-side, i.e. client-side JavaScript (CSJS).

The first implementation of SSJS was Netscape's LiveWire, included in their Enterprise Server 2.0 product, released in 1996.

Examples of current uses of JavaScript on the server include:

Other common server-side programming languages are Perl, PHP, Python, Ruby and ColdFusion amongst others.

See also