Server-side JavaScript: Difference between revisions

Content deleted Content added
ZéroBot (talk | contribs)
m r2.7.1) (robot Adding: pt:Server-side JavaScript
{{r to section}}
 
(11 intermediate revisions by 10 users not shown)
Line 1:
#REDIRECT [[pt:JavaScript#Server-side JavaScript]]
{{Cleanup|date=December 2008}}
{{r to section}}
'''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,{{citation needed|date=July 2010}} included in its [[Netscape Enterprise Server|Enterprise Server 2.0]] product,<ref>[http://docsrv.sco.com/INT_LiveWire/CONTENTS.html Netscape LiveWire Developer's Guide]</ref> released in 1996. [[CommonJS]] is a project to provide common specifications for SSJS development.<ref>http://commonjs.org</ref>
 
==Specifications==
*[http://research.nihonsoft.org/javascript/ServerReferenceJS12/index.htm Reference for Server-Side JavaScript 1.2]
*[http://research.nihonsoft.org/javascript/ServerGuideJS12/index.htm Guide for Server-Side JavaScript 1.2]
*[http://wiki.commonjs.org/ CommonJS Specifications to unify SSJS APIs]
 
==See also==
*[[JavaScript]]
*[[Comparison of server-side JavaScript solutions]]
 
==External links==
*[http://groups.google.com/group/commonjs The Server-Side JavaScript Google Group] dedicated to creating cross-platform SSJS standard APIs.
*[https://developer.mozilla.org/en/JavaScript_shells Mozilla JavaScript shells] especially section "Standalone JavaScript shells"
 
==References==
{{reflist}}
 
{{ECMAScript}}
{{compu-lang-stub}}
 
{{DEFAULTSORT:Server-Side Javascript}}
[[Category:JavaScript]]
 
[[fr:CommonJS]]
[[pt:Server-side JavaScript]]