Categories
node.js

node.js: API

global — The equivalent of window in the browser.

process.nextTick(cbfunction); // Schedule a function callback for the next time the loop goes around

console.log and console.error // Same as in firebug

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *