
This module implements the AMD "define" API by wrapping Node.js module loading mechanism, and has some limitations: * modules are loaded synchronously * loader plugins API is partially implemented
Node.js is an event-based server-side JavaScript engine.