/Socket.io-webChat

A simple real time web based chat app using socket.IO and Node.JS

Primary LanguageJavaScriptMIT LicenseMIT

Simple Web chat application functionality using Socket.IO

This is a simple implementation of a real time web based chat functionality using Socket.IO and NodeJS

Running project

Note: you need to have NodeJS installed on your system to be able to run this app functionality.

If you dont have NodeJS on your local machine you could follow this link to download and install (https://nodejs.org)

Install dependencies

Clone the repository:

  git clone https://github.com/humbejeff2116/Socket.io-webChat.git

And in projects root folder

npm install

Install dependencies with npm

npm run start

Starts server on your local machine

Open your browser and go to http://localhost:8080/ to view appliction