I\'m reading through the excellent online book http://nodebeginner.org/ and trying out the simple code
var http = require(\"http\"); function onRequest(req
Type either
process.exit()
or
.exit
to exit node gracefully.
node
Hitting Control + C twice will force an exit.