Skip to content

HananeOB/SimpleChatWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

No packages published