var http = require('http'); //the variable doesn't necessarily have to be named http http.createServer(function(req, res) {});