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: 10 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T04:34:50.000Z (about 1 year ago)
- Last Synced: 2025-02-03T02:04:14.755Z (11 months ago)
- Topics: chat-application, coding, expressjs, javascript, jest, jquery, nodejs, programming, socket-io
- Language: JavaScript
- Homepage:
- Size: 791 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
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.
[](https://github.com/facebook/jest)
[](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