Skip to content

aswathmadhubabu-dot/Socket-Chat-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published