/nodeJS-socketIO-chat-app

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

Primary LanguageCSS

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