A simple chat web app using NodeJS and socket.io, the design is very basic.
Firstly, create a new directory and change to it:
mkdir ChatApp && cd ChatApp
Then, clone this repository to the current directory:
git clone https://github.com/HananeOB/SimpleChatWebApp .
Install required packages:
npm install
The setup is complete. Run the app.js
node app.js
The app should be available at localhost:8080.