ServerJS/Existing APIs: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(http://monkeyscript.nadir-point.com/wiki/MonkeyScript -> http://monkeyscript.org/)
(Use names for links to make the document more readable; Cross out dead link; Notate a few pieces of information)
Line 1: Line 1:
Links to existing server-side JS APIs which may act as an inspiration for some coordinated progress.
Links to existing server-side JS APIs which may act as an inspiration for some coordinated progress.


* http://code.google.com/p/piston/
* [http://code.google.com/p/piston/ Piston]
* http://code.google.com/p/chironjs/
* [http://code.google.com/p/chironjs/ chironjs]
* http://code.google.com/p/v8cgi/w/list
* [http://code.google.com/p/v8cgi/w/list v8cgi]
* http://code.google.com/p/jslibs/wiki/JSLibs
* [http://code.google.com/p/jslibs/wiki/JSLibs JSLibs]
* http://www.ejscript.org/products/ejs/doc/api/ejscript/index.html
* [http://www.ejscript.org/products/ejs/doc/ref/ejs/index.html EJScript]
* http://www.ejscript.org/products/ejs/doc/ref/ejs/index.html
* [http://www.ejscript.org/products/ejs/doc/api/ejscript/index.html EJScript API]
* http://docs.persvr.org/documentation/server-side-js
* [http://docs.persvr.org/documentation/server-side-js Persevere]
* http://jsext.sourceforge.net/Object%20reference.html
* [http://jsext.sourceforge.net/Object%20reference.html JSExt]
* http://www.jsdb.org/reference.html
* [http://www.jsdb.org/reference.html jsdb]
* http://www.jnext.org/index.html
* [http://www.jnext.org/index.html jnext]
* http://www.modjs.org/
* [http://www.modjs.org/ modjs]
* http://helma.zumbrunn.com/reference/
* [http://helma.zumbrunn.com/reference/ helma]
* http://www.wxjavascript.net/modules.html
* [http://www.wxjavascript.net/modules.html wxJavaScript]
* http://appjet.com/docs/librefbrowser
* [http://appjet.com/docs/librefbrowser appjet]
* http://www.10gen.com/apidocs/
* [http://www.10gen.com/apidocs/ 10gen]
* [http://www.aptana.com/reference/jaxer/api/Jaxer.index-frame.html Jaxer API]
* [http://www.aptana.com/reference/jaxer/api/Jaxer.index-frame.html Jaxer API]
* http://freebaseapps.com/
* [http://freebaseapps.com/ Freebase Apps]
* http://github.com/mvalente/starbucks/tree/master
* [http://github.com/mvalente/starbucks/tree/master STARBUCKS SSJS Web Dev Framework] (uses JSLibs, moving to Jaxer?)
* http://monkeyscript.org/
* [http://monkeyscript.org/ MonkeyScript] (uses JSLibs)
* http://spiderape.sourceforge.net/  
* [http://spiderape.sourceforge.net/ SpiderApe]
* http://synchro.net/docs/jsobjs.html
* [http://synchro.net/docs/jsobjs.html Synchronet]
* http://www.adobe.com/devnet/acrobat/javascript.html
* [http://www.adobe.com/devnet/acrobat/javascript.html JavaScript for Acrobat]
* http://www.adobe.com/livedocs/flashm..._cs_asd_1.html
* <s>http://www.adobe.com/livedocs/flashm..._cs_asd_1.html</s> (dead)

Revision as of 17:01, 15 April 2009

Links to existing server-side JS APIs which may act as an inspiration for some coordinated progress.