Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangdungcntt/chatchit-mongodb

Chat real-time
https://github.com/dangdungcntt/chatchit-mongodb

config ejs expressjs jshint jwt-authentication mongoose nodejs socket-io yarn

Last synced: about 2 hours ago
JSON representation

Chat real-time

Awesome Lists containing this project

README

        

## ChatChit
ChatChit is realtime web application. It can help you chat with your friends, send emoji icon, images. Writen in nodejs, backed by socket.io, mongodb,..
## Installation
ChatChit requires nodejs and mongodb.
```
$ git clone https://github.com/dangdungcntt/chatchit-mongodb.git
$ cd chatchit-mongodb
$ npm install
$ cp .env.example .env
```
## Config
You must have a ConnectionString of Mongodb and replace it in .env
```
DB_STRING_URL=Your ConnectionString of Mongodb
```
Start the application with
```
npm start
```