Skip to content

onebitjoy/Node.js-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-Chat-Application

This simple chat application is enough for your on-the-go chats where you don't wanna keep the storage.

Features

  1. User login and autologout if page is closed or if leaveroom is clicked.
  2. Login/Logout notification inside the chatroom.
  3. Different rooms for different topics to be discussed upon.

Technologies used

  1. Javascript
  2. Node.js
  3. Express.js
  4. Moment.js
  5. Socket.io

A clone of the application is deployed on -

https://onebitjoy-vchat.onrender.com/

Services Used

  1. Render.com - for deployment

Steps for deployment

  1. Git clone the repository git clone https://github.com/onebitjoy/Node.js-Chat-Application , then open the folder.
  2. Run npm install
  3. Open command prompt in the same directory
  4. type npm run dev to start the service. That's it.

Photos of the project

  1. Login page - User has to choose a username and the room

image

  1. The user will be redirected into the room

image

  1. Easy logout option is to leave room.