Your IP : 216.73.216.79


Current Path : /var/www/html/skmspk/node_modules/vm-browserify/example/run/
Upload File :
Current File : /var/www/html/skmspk/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');