HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/vm-browserify/example/run/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/vm-browserify/example/run/server.js
var ecstatic = require('ecstatic')(__dirname);
var http = require('http');
http.createServer(ecstatic).listen(8000);

console.log('listening on :8000');
console.log('# remember to run browserify entry.js -o bundle.js');