Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 719 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 719 Bytes

Chatbud

Description

Chatbud is a Realtime Chat Application made using NodeJS and SocketIO.

Installation

Install NodeJS from https://nodejs.org/en/.

Install SocketIO using the following command in the terminal:

npm install -g socket.io

Install nodemon using the following command in the terminal:

npm install -g nodemon

Usage

Go to terminal, open location where project is saved , and run the following commands:

cd node-server 

nodemon index.js

Visuals

Main Page Join Chat Page