Please add NodeJS
marcin-chwedczuk opened this issue · 2 comments
marcin-chwedczuk commented
Reading text file in NodeJS:
require('fs').readFile('/path/to/file', {encoding: 'utf-8'}, function(err, data) {
console.log(data);
});
cyrus-and commented
Added file-{read,write,upload,download}.
marcin-chwedczuk commented
Thanks!