Skip to content

ashishbhatiam/nodeJS-socketIO-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Socket.io Real-time Chat App

A simple chat application built in Node.js using Express and Socket.IO.

View live demo here: web-chat-amar.onrender.com/

Features

    1). Group Chat. 
    2). One to One chat.
    3). Shows which User is typing.
    4). clean ui and ux.

Installation

1. Clone the Repository

git clone https://github.com/ashishbhatiam/nodeJS-socketIO-chat-app.git
cd nodeJS-socketIO-chat-app

2. Install the Dependencies

npm install

3. Start the Server

npm start

View on localhost:5001

Releases

No releases published

Packages

No packages published