Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emadehsan/chat-room
Real time chat client with SocketIO, ExpressJS, MongoDB
https://github.com/emadehsan/chat-room
express mongodb mongoose nodejs realtime-chat socket-io vuejs
Last synced: 10 days ago
JSON representation
Real time chat client with SocketIO, ExpressJS, MongoDB
- Host: GitHub
- URL: https://github.com/emadehsan/chat-room
- Owner: emadehsan
- Created: 2017-10-08T18:35:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T21:15:40.000Z (over 7 years ago)
- Last Synced: 2024-11-12T12:35:06.420Z (2 months ago)
- Topics: express, mongodb, mongoose, nodejs, realtime-chat, socket-io, vuejs
- Language: JavaScript
- Homepage: https://chat-room-pk.herokuapp.com/
- Size: 24.4 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-room
Real time chat room with SocketIO on Node & MongoDB## Pre-requisites
* Node.js
* MongoDB## Setup
1. Clone
```
$ git clone https://github.com/emadehsan/chat-room
```
2. Install Dependencies
```
$ npm install
```
3. Run
```
$ node index.js
```