package.json cheatsheet
7 weeks ago by jpcody
A package.json cheatsheet.
cheatsheet
nodejs
packagejson
7 weeks ago by jpcody
Insanely fast, headless full-stack testing using Node.js
june 2011 by jpcody
If you're going to write an insanely fast, headless browser, how can you not call it Zombie? Zombie it is.
javascript
nodejs
testing
june 2011 by jpcody
Node.js Jumpstart | Intridea Blog
april 2011 by jpcody
In a nutshell, Node is a Javascript framework for building network apps. Network apps are broader in scope than webapps. They don't need to run on HTTP, thus freeing you to write lower level tools. Node doesn’t necessarily have to be part of your core app, and in many cases, it makes for a good fit for writing some of the support functions for your webapp. I'll cover the basics of getting Node setup, some event driven programming, and some miscellaneous Node goodies.
nodejs
javascript
april 2011 by jpcody