We review 15+ internet startups per working day. Vote for the one you think will be a killer.
3
Votes
+
In their own words
“Provides a module, modules.js, with the following features:
• module loading
• singleton modules (module object loaded and executed only the first time it's required).
• module-relative module URL references
A module is a JavaScript file. modules.js uses an XHR (HTTP request) to get the file's text, the eval function to run the script, and with blocks to manage the scope chain in the script.”
Why it might be a killer
ModulesJS is light, powerful and portable. It’s a standalone Javascript uploader. It allows for easy migration and refactoring. It supports and include path. It will work for a wide range of purposes.
Some questions
The loader market is already quite full, what sets this one apart? Will people find it up to par? How well does it handle?
Quick Share
Related sites
modulesjs.com comments