Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubangizi/chat-app
A simple Chat Application using Node js, Express js, Socket.io and JQuery
https://github.com/mubangizi/chat-app
Last synced: 3 days ago
JSON representation
A simple Chat Application using Node js, Express js, Socket.io and JQuery
- Host: GitHub
- URL: https://github.com/mubangizi/chat-app
- Owner: Mubangizi
- Created: 2020-03-04T12:28:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:44:43.000Z (about 2 years ago)
- Last Synced: 2024-11-28T08:49:46.246Z (2 months ago)
- Language: HTML
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# WEB CHAT APP
A web based Chat Application for users built using using NodeJS, ExpressJS, Socket-IO and jQuery.
## Project Setup
Follow these steps to have a local running copy of the app.
### Clone The Repo
`git clone https://github.com/Mubangizi/Chat-App.git`
If `master` is not up to date, `git checkout develop`. However, note that code on develop could be having some minor issues to sort.
### Install Dependecies
run `npm install`
### Start the Application
Then Run `npm start` or `node server` to start the Application