Server-side JavaScript: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 1:
'''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_Communications_CorporationNetscape Communications Corporation|Netscape]]'s LiveWire, included in their Enterprise Server 2.0 product, released in [[1996]].
 
Examples of current uses of JavaScript on the server include [[Helma Object Publisher]] and using JavascriptJScript as an [[Active_Server_PagesActive Server Pages|ASP]] scripting language.
 
==See also==