Create a folder in VS code and npm init -y then create ‘app.js‘ inside of this folder and make sure we change package.json —> main —> ‘app.js‘. npm i express ejs npm i socket.io we write the basic code for express const express = require('express'...

No responses yet.