Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krishnaclouds/node-chat-app
- Owner: krishnaclouds
- Created: 2018-03-19T09:37:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T04:59:43.000Z (4 months ago)
- Last Synced: 2024-09-18T07:41:11.481Z (4 months ago)
- Topics: chat-application, coding, expressjs, javascript, jest, jquery, nodejs, programming, socket-io
- Language: JavaScript
- Homepage:
- Size: 589 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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