avd151 / Chatbud

Realtime Chat Application built using NodeJS and SocketIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Realtime Chat Application built using NodeJS and SocketIO


Languages

Language:JavaScript 40.9%Language:CSS 34.6%Language:HTML 24.5%