A simple Node-Js program that uses node-cmd to run CPP program in terminal and get output
-
Install NodeJs in CMD(Windows)
-
Install C++ compiler in CMD(Windows)
npm init
npm i express --save
npm i mustache --save
npm i socket.io --save
node server/server.js
Go to localhost:3000