Current Directory:
/opt/bitninja-threat-hunting/node_modules/daemonize2/examples/simple
Upload
Create File
File Name
Size
Actions
app.js
186 bytes
Edit
|
Delete
|
Rename
|
Download
ctrl.js
322 bytes
Edit
|
Delete
|
Rename
|
Download
var http = require("http"); http.createServer(function(req, res) { res.writeHead(200, { "Content-Type": "text/plain" }); res.end("Hello World"); }).listen(8081);
Save Changes