node-amdefine

Asynchronous Module Definition (AMD) for Node.js
  https://github.com/jrburke/amdefine
  0
  no reviews



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.