Jump to content

Server-side JavaScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fchoong (talk | contribs) at 23:09, 27 June 2011 (The main nihonsoft server is down due to the Great East Japan Earthquake, this is from a backup server. Will change back the links if the main server is restored.). 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 the server-side. This term was coined because the language is predominantly used on the client-side, i.e. client-side JavaScript (CSJS).

The first implementation of SSJS was Netscape's LiveWire,[citation needed] included in its Enterprise Server 2.0 product,[1] released in 1996. CommonJS is a project to provide common specifications for SSJS development.[2]

Specifications

See also

References