|
|
Scooped by
nodejs-code
onto Nodejs-code February 12, 2013 9:01 PM
|
Your new post is loading...
Your new post is loading...
Benjamin Dean's curator insight,
February 17, 2014 10:11 AM
This should have a McDonald's logo on it because... I'm lovin' it.
Greg Thompson's curator insight,
October 30, 2013 6:30 AM
The best way to create a server on a Raspberry Pi is to use Node.js, Express and all the available community packages for that environment. |
|
npm is awesome as a package manager. In particular, it handles sub-dependencies very well: if my package depends on request version 2 and some-other-library, but some-other-library depends on request version 1, the resulting dependency graph looks like...