RequireJS is a module loader (@<3).
- Consider it your bootstrapper
- 4.9KB minified and gzipped (on avg)
- CommonJS Compliant(ish)
- Uses modules
- Nested Dependency Management
- Serverside (Javascript on Java) Build Tool for Optimization
- Asynchronous. (Faster than regular script tags)
- Plugin System for extending loading methods and types













