Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeeshantamboli/node-chat-app
A real-time chat app using socket.io.
https://github.com/zeeshantamboli/node-chat-app
Last synced: about 1 month ago
JSON representation
A real-time chat app using socket.io.
- Host: GitHub
- URL: https://github.com/zeeshantamboli/node-chat-app
- Owner: ZeeshanTamboli
- Created: 2018-03-26T04:51:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T14:40:46.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T11:56:21.222Z (3 months ago)
- Language: JavaScript
- Homepage: https://aqueous-basin-47580.herokuapp.com/
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-Chat-App
A real-time chat app using socket.io.# Usage
### To install dependencies run -
```bash
npm install
```
### To start the application -
```bash
npm start
```