ServerJS/Modules/SecurableModules: Difference between revisions

Noted more prototype efforts for securable modules.
(Noted more prototype efforts for securable modules.)
Line 36: Line 36:
== Loaders ==
== Loaders ==


A 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]].
* ondras is presently implementing this proposal for v8cgi http://code.google.com/p/v8cgi/
* tlrobinson is presently implementing this proposal for Jack http://github.com/tlrobinson/jack/tree/functional
* 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


pmuellr posted a sample loader http://wiki.github.com/pmuellr/modjewel


== Sample Code ==
== Sample Code ==
171

edits