Lucas Holmquist's contributions
Checking node.js dependencies with SZero - Never lose track again.
Lucas Holmquist
Node.js is a JavaScript runtime built on top of Chrome's V8 JavaScript engine . It is highly event-driven, and leverages non-blocking I/O model that makes it lightweight, efficient, and incredibly productive to use. It's that last bit, "productive", that I want to focus on today. One of the things that i feel makes Node(and NPM) so great is the ease in which you can add and use third-party modules. As most node.js developers know, to start using an external module...
Checking node.js dependencies with SZero - Never lose track again.
Lucas Holmquist
Node.js is a JavaScript runtime built on top of Chrome's V8 JavaScript engine . It is highly event-driven, and leverages non-blocking I/O model that makes it lightweight, efficient, and incredibly productive to use. It's that last bit, "productive", that I want to focus on today. One of the things that i feel makes Node(and NPM) so great is the ease in which you can add and use third-party modules. As most node.js developers know, to start using an external module...