Jump to content

Server-side JavaScript: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Everrob (talk | contribs)
Added 3rd paragraph to intro, citing InfoWorld to start explaining SSJS's relevance and appeal
Line 12: Line 12:


==See also==
==See also==
*[[LiveConnect]]
*[[JavaScript]]
*[[JavaScript]]
*[[Comparison of server-side JavaScript solutions]]
*[[Comparison of server-side JavaScript solutions]]

Revision as of 16:59, 16 September 2011

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]

Server-side JavaScript is becoming more popular because of faster JavaScript engines and the convenience of using the same language for both client and server.[3]

Specifications

See also

References

  1. ^ Netscape LiveWire Developer's Guide
  2. ^ http://commonjs.org
  3. ^ Wayner, Peter (May 25, 2011). "JavaScript conquers the server". InfoWorld. Retrieved 8/16/11. {{cite web}}: Check date values in: |accessdate= (help)