Hack #78 Build a Simple SPDY Server with node-spdy

・動作の確認方法

$ git clone git://github.com/indutny/node-spdy.git
$ cd node-spdy
$ npm install
$ node examples/hello_world/app.js

webブラウザから http://localhost:3232 にアクセスする。
chapter9jp.zipで確認する場合は次のようにする。

$ unzip chapter9jp.zip
$ cd chapter9jp/node-spdy
$ node install
$ node examples/hello_world/app.js