Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krishnaclouds/node-chat-app

A Chat Application made using Nodejs (socket.io, express), jQuery
https://github.com/krishnaclouds/node-chat-app

chat-application coding expressjs javascript jest jquery nodejs programming socket-io

Last synced: about 1 month ago
JSON representation

A Chat Application made using Nodejs (socket.io, express), jQuery

Awesome Lists containing this project

README

        

# node-chat-app
A Chat Application made using Nodejs and Socket.io. Enable interaction between multiple users.

[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Pre Requisites
1. Nodejs - ^8.10.0
2. Npm - ^5.6.0

# Setup Instruction
1. git clone https://github.com/krishnaclouds/node-chat-app.git
2. cd node-chat-app
3. npm install
4. npm start

You can access the application at Port 3000 or the one that is set by process.env

# Testing

1. npm install jest
2. npm test