Server-side JavaScript: Difference between revisions

Content deleted Content added
Sveinb (talk | contribs)
No edit summary
Tyvole (talk | contribs)
Mentioned Phobos.
Line 18:
*[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.
*[[ServiceCenter]], a commercial product in the [[Hewlett-Packard|HP]] [[OpenView]] product range, uses an embedded Mozilla JavaScript interpreter to allow tailoring of the application server.
*[[Veracart]] a hosted ecommerce platform which uses PHP to process data/events on the remote server, while using server-side javsacriptJavaScript to generate the content via the intermediate site (store website), on to the clients computer.
*[http://www.zimki.com Zimki] SSJS Application & web hosting environment.
*[https://phobos.dev.java.net/ Phobos] can run in Glassfish or another Java servlet container and uses [[Rhino (JavaScript engine)|Rhino]].