GitHub - HananeOB/SimpleChatWebApp: A simple chat web app using NodeJS and socket.io · GitHub
Skip to content

HananeOB/SimpleChatWebApp

Folders and files

Repository files navigation

SimpleChatWebApp

A simple chat web app using NodeJS and socket.io, the design is very basic.

** How to set up manually ** :

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.

About

A simple chat web app using NodeJS and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors