Browse Source

Remove stray file that is instead found in netcon.

pull/1/head
Adam Ierymenko 10 years ago
parent
commit
23eaafc4eb
  1. 7
      httpserver.js

7
httpserver.js

@ -1,7 +0,0 @@
var http = require('http');
var server = http.createServer(function (request, response) {
response.writeHead(200, {"Content-Type": "text/plain"});
response.end("welcome to the machine!\n");
});
server.listen(8080);
console.log("Server running!");
Loading…
Cancel
Save