This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
達人出版経由で購入したPDFのメタデータのタイトルが「Nodejs_カバー入稿2」 | |
P89 | |
図7-4内のイベントが「foo」になっているが、その直前のサンプルコードでは「bar」になっている。 | |
P90 | |
SyncDBの例では、node.jsの機能を一切使わなくてもエラーが発生するので例として不適切な気がする。 | |
このサンプルコードでは、 | |
1行目 var events = require('events'); | |
2行目 var util = require('util'); |