If the workshop hasn't started yet:
Twitter: @trivikram
Github: @trivikr
Twitter: @ashishkaila
Github: @akaila
Go through Getting Started with Node.js core to fork, clone and build the repository on your machine
ARM
IA-32
MIPS
x64
Your C++ Program
Install Node.js using nvm curl command
const http = require("http");
http.createServer((req, res) => {
res.end("Hello World!\n");
}).listen(3000);
Copy the above code or clone from