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
Designed and developed a web-based real-time chat application using Node.js which enables users to create private chat rooms, location sharing, and automatic scrolling. Used Node.js, HTML, CSS, jQuery and integrated Socket.io to establish bi-directional communication between server and client. Deployed on Heroku.
Built using Nodejs and Socket framework.It has the following features for users
Join a specified room to chat
Automatically scroll down upon receiving a new message
Responsive web design (RWD)
Send the geographical location to other users in the room if permission is granted
Built With
Frontend
HTML
CSS
JQuery and Mustache
Backend
Nodejs
Express
Utilities
Socket.io
Moment
Prerequisites
Node.js
Basic HTML,CSS and JQuery
Socket Programming
Run in your Local PC
npm i
npm i socket.io
cd server
npm start / node server.js
runs on localhost:3000
About
Designed and developed a web-based real-time chat application using Node.js which enables users to create private chat rooms, location sharing, and automatic scrolling. Used Node.js, HTML, CSS, jQuery and integrated Socket.io to establish bi-directional communication between server and client. Deployed on Heroku.