CnApTaK
CnApTaK
i'm trying to use node.js for this task var static = require('node-static'); var file = new(static.Server)(__dirname+'/../public', { cache: 3600 }); require('http').createServer(function (request, response) { request.addListener('end', function () { file.serve(request, response);...
hello! the problem is weird   the script does not appear in the list as it is shown in your example. can you help me with this? 