Skip to content

Commit

Permalink
Edited server.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jun 16, 2011
1 parent bcfaf52 commit 04d5201
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.write('hello, i know nodejitsu.')
res.end();
}).listen(8000);
}).listen(8000);


console.log('> http server has started on port 8000');

0 comments on commit 04d5201

Please sign in to comment.