You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chat Real Time Socket.Io - Node - Express - MongoDB
Simple Chat using Socket.io
Instalation
Install all dependencies
npm install
Run app
npm start
Built With
Node.Js
Express.Js
MongoDB
Socket.IO
Author
germancutraro
Why
Practise
About
Real-time chat app using Node.js and Socket.IO where multiple users can join rooms and exchange messages instantly without page reload. Built with Express on backend and vanilla JS on frontend.