Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dangdungcntt/chatchit-mongodb
- Owner: dangdungcntt
- Created: 2017-05-10T09:36:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:00:21.000Z (over 1 year ago)
- Last Synced: 2024-04-14T21:53:34.994Z (7 months ago)
- Topics: config, ejs, expressjs, jshint, jwt-authentication, mongoose, nodejs, socket-io, yarn
- Language: JavaScript
- Homepage: https://dangdung-chatchit.herokuapp.com/
- Size: 21.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```