Server-side JavaScript: Difference between revisions

Content deleted Content added
No edit summary
Line 3:
'''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 Communications Corporation|Netscape]]'s LiveWire, included in their [[Netscape Enterprise Server|Enterprise Server 2.0]] product, released in 1996. [[CommonJS]] is a project to provide common specifications for SSJS development<ref>http://commonjs.org</ref>.
 
== Server-side JavaScript use ==