© 2026 LinearBytes Inc.
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.