Server-side JavaScript: Difference between revisions

Content deleted Content added
added link to haXe
added coccon/flowscript
Line 13:
*[http://www.whitebeam.org/ Whitebeam], using [[SpiderMonkey]] on the [[Apache HTTP Server]].
*[http://haxe.org/ haXe] is a meta-language, wich among others can execute javascript. haXe itself is a variant of javascript.
*[http://cocoon.apache.org/2.1/userdocs/flow/api.html Apache Cocoon] uses flowscript (a variant of javascript) for the controller-layer. It's based on [[Rhino (JavaScript engine)|Rhino]].
 
 
 
Other common server-side programming languages are [[Perl]], [[PHP]], [[Python programming language|Python]], [[Ruby programming language|Ruby]] and [[ColdFusion]] amongst others.