Skip to content

Some of the code samples from the book that changed due to Node API changes.

Notifications You must be signed in to change notification settings

skawaguchi/node_up_and_running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

node_up_and_running

Some of the code samples from the book Node.js: Up and Running that changed due to Node API changes. This is just my record of a few little annoying details that distracted me.

cluster.js

I thought that this was a cool sample. However, a couple of API changes in 0.8 broke the book sample:

  1. It seems that pid moved to worker.process.pid
  2. worker.kill() changed to worker.destroy()

About

Some of the code samples from the book that changed due to Node API changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published