Search posts, tags, users, and pages
Sayan Chakraborty
"Programming is a craft, more than it is science" - said by someone, supported by me ๐คฃ
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.