Server-side JavaScript: Difference between revisions

Content deleted Content added
added coccon/flowscript
No edit summary
Line 14:
*[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]].
*[http://wxjs.sourceforge.net wxJS] has an Apache module mod_wxjs which can be used to write server-side javascript with E4X and wxWidgets ported classes.