humbejeff2116 / Socket.io-webChat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 68.9%Language:EJS 15.6%Language:CSS 15.5%