To run the whiteboard example, make sure to run..

npm install "express@2.3.11" "ejs@0.4.3"

..from within the 'whiteboard' folder, then fire up the example server with..

node ./whiteboard.js

..and navigate to http://localhost:8080 from a browser supporting draft-09
of the WebSockets specification.
