I am new to node.js and am trying to experiment with basic stuff.
My code is this
var http = require(\"http\"); http.createServer(function(request,
The error is emitted in the listen() method. The API documentation includes an example just for your situtation.