5 lines
No EOL
137 B
JavaScript
5 lines
No EOL
137 B
JavaScript
// const http = require('http');
|
|
// http.createServer(function(req, res) {
|
|
// res.write("I'm alive");
|
|
// res.end();
|
|
// }).listen(8080);
|