Server-side JavaScript: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 3:
The first implementation of SSJS was [[Netscape 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]], using JScript as an [[Active Server Pages|ASP]] scripting language, the [[Ruby_on_Rails]]-like [[TrimJunction]] and [[OpenMocha]].:
 
*[[Whitebeam]], using [[SpiderMonkey]] on [[Apache]]
More common server-side programming languages are [[Perl]], [[PHP]], and [[ColdFusion]] amongst others.
*[[Helma Object Publisher]], using JScript as an [[Active Server Pages|ASP]] scripting language, the [[Ruby_on_Rails]]-like [[TrimJunction]] and [[OpenMocha]].
 
MoreOther common server-side programming languages are [[Perl]], [[PHP]], [[Python]], [[Ruby]] and [[ColdFusion]] amongst others.
 
==See also==