Important fix
See pull request 6 for another way to achieve ab63de6 without breaking Module/1.1 compatibility.
What I am looking for is a simple wrapper so that I can use client side modules in the same way I use node.js modules. What can you do about https://github.com/akidee/yabble/commit/043a88ea2e45f4daf97defc90ca0081ee5e6adbc ?
I'm confused by 043a88e -- it looks like you're trying to enabled something like require('http://server.com/some-module'), but I don't think node.js lets you do this. I can see it being more useful in a browser, however.
(My patch does not address this -- it just addresses the module.exports = function ()... idiom.)