Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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