Node.js Real-time App
Real-time chat application using services
Node.js
Express.js
Socket.io
VS-code
Project Set-up
Open VS-Code editor and make a directory
mkdir chat-app
cd chat-app
npm init-y
npm is initialized in the directory, now you can check npm --version
I...
gvsr.hashnode.dev2 min read