Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```