This is a simple program for executing files on the system using Node.js
Steps to install:
-
git clone https://github.com/jatanpatel92/file_exec_node.git
-
cd /path/to/file_exec_node
-
npm install
-
Update index.js with the file you wish to execute.
-
Execute: sudo bin/www
-
Open http://localhost:3000 in your browser.