Wednesday, 6 September 2017

Some things I want to achieve with node.js - are they possible?

Hey,I´m familiar with Java and JavaScript and I´m about to develop a tool, which needs access to local files on remote systems.I have 20 Servers, which produce simple .txt-files, that I want to access and work with. Is it possible using JavaScript(and node.js) to access these files, without installing anything on the remote Systems from one single system? The files can be shared in a network though.Besides that, is it possible to get information about remote drives, e.g. free space, disk space in total etc.?I could achieve all of this in Java, but I´m thinking about learning node.js for this project, as I find it very interesting.Thank you!

Submitted September 06, 2017 at 11:36AM by Fasyx

No comments:

Post a Comment