aswathmadhubabu-dot / Socket-Chat-

A Client-Server Chat Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Socket Chat

A Socket.io Application to chat between client and server

Getting Started

Clone the Repository in your own local machine.

Prerequisites

node.js 

Installing

Install the required node js for the operating system you're using.

Check whether Node.js is installed .

node -v
v6.9.2

Running the Application

Extract the clone/downloaded Repository to any specified folder in your System for working. Navigate to that extracted folder

Install all the Dependencies

Install the Dependencies in package.json file to run the application

npm install

Running the Application

Navigate to the root directory of the extracted file

node server.js

Navigate to http://localhost:8070

Modify the port According to server Deployed

Change the basePORT in /server.js

server.listen(process.env.PORT || ..........);

About

A Client-Server Chat Application


Languages

Language:HTML 70.1%Language:JavaScript 29.9%