/node-vs-py-file-copy

A script that copys files from one folder to another and prints result

Primary LanguageJavaScript

Python vs Node Js File copy test.

rename config.json.example to config.json

For node

node app.js

For python

python app.js

To show without logs add silent to the command e.g

node app.js silent

python app.py silent