node-microajax
v1.0.2
Published
npm port of microajax
Downloads
2
Readme
npm port of the killer microajax
Installerise: npm i node-microajax
Usage:
microajax = require 'node-microajax'
microajax("/resource/url", function (res) {
alert (res);
});
Then browserify like a fiend.