ServerJS/Modules/SecurableModules: Difference between revisions

→‎Implementations: Noted Nathan Smith's effort to implement the spec
(Added a clause to the introduction that explicates the relationship between this specification and module loaders.)
(→‎Implementations: Noted Nathan Smith's effort to implement the spec)
Line 71: Line 71:
* kriszyp has implemented this proposal in Persevere http://www.persvr.org/
* kriszyp has implemented this proposal in Persevere http://www.persvr.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]].
* 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
* wes garland at pagemail is working on a spidermonkey implementation with JSEng
* mob is implementing this in Ejscript http://www.ejscript.org
* 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
171

edits