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'...
codewithsayan.hashnode.dev6 min read
No responses yet.