Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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, included in their Enter ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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, included in their Enterprise Server 2.0 product, released in 1996. CommonJS is a project to provide common specifications for SSJS development.