Skip to content

itsjustabhii/ChatCord-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatCord App

Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI

Usage

npm init -y

Installing Packages

npm i express@latest
npm i moment
npm i socket.io

Installing Nodemon as a Development Dependency

npm i -D nodemon

To run the aaplication

npm run dev

To view on the browser

Go to localhost:3000

ChatCord Web Application Overview

  • Login Page

Pg_1

  • Chat Room names and Users

Room_name_users

  • Multiple Users

Multiple_users

  • User Joined

user_joined_left