ServerJS/Modules/SecurableModules: Difference between revisions

m
→‎Implementations: updated the section on implementations to reflect the current state of affairs
m (Added GPSEE link)
m (→‎Implementations: updated the section on implementations to reflect the current state of affairs)
Line 67: Line 67:
== Implementations ==
== Implementations ==


* ondras is presently implementing this proposal for v8cgi http://code.google.com/p/v8cgi/
Passing all compliance tests:
* tlrobinson is presently implementing this proposal for Jack http://github.com/tlrobinson/jack/tree/functional
* Ondrej Zara's v8cgi for V8 http://code.google.com/p/v8cgi/
* kriszyp has implemented this proposal in Persevere http://www.persvr.org/
* Tom Robinson's narwhal for Rhino http://github.com/tlrobinson/narwhal/
* Wes Garland's GPSEE for Spidermonkey http://kenai.com/projects/gpsee/pages/Home
* Kris Kowal's chiron for browsers http://github.com/kriskowal/chiron/
* Hannes Wallnoefer's Helma NG for Rhino at http://github.com/hns/helma-ng/tree/master
 
Fully implemented:
* Kris Zyp's Persevere for Rhino at http://www.persvr.org/
 
In development:
* nathan smith is implementing this for JScript and ASP at http://github.com/smith/interoperablejscript/tree/master
* mob is implementing this in Ejscript http://www.ejscript.org
* pmuellr posted a sample loader http://wiki.github.com/pmuellr/modjewel
* pmuellr posted a sample loader http://wiki.github.com/pmuellr/modjewel
* kriskowal: prototype for a client-side module loader that supports modules that conform to this specification using PATH relative URL's or module relative URL's without making security guarantees is partially complete in the  [http://code.google.com/p/chironjs/source/browse/branch/safe/src/modules.js "safe" branch of modules.js].
* wes garland at pagemail is working on a spidermonkey implementation called GPSEE: http://kenai.com/projects/gpsee/pages/Home
* mob is implementing this in Ejscript http://www.ejscript.org
* nathan smith is implementing this for JScript and ASP at http://github.com/smith/interoperablejscript/tree/master
* hannesw: Helma NG now implements (a superset of) the Securable Modules proposal http://github.com/hns/helma-ng/tree/master
171

edits