https://github.com/explooosion/chatroom-with-socketio
a chatroom with node.js express and mongodb
https://github.com/explooosion/chatroom-with-socketio
chatroom ejs express mongodb nodejs socketio tocas-ui
Last synced: about 1 year ago
JSON representation
a chatroom with node.js express and mongodb
- Host: GitHub
- URL: https://github.com/explooosion/chatroom-with-socketio
- Owner: explooosion
- License: mit
- Created: 2018-01-26T08:45:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T14:29:51.000Z (over 8 years ago)
- Last Synced: 2025-03-25T07:41:38.988Z (about 1 year ago)
- Topics: chatroom, ejs, express, mongodb, nodejs, socketio, tocas-ui
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatRoom-With-SocketIO
a chatroom with node.js express and mongodb
demo: [http://room.robby570.tw/](http://218.161.68.185/)
[](https://github.com/explooosion/koa-deploy/blob/master/LICENSE)
## Tech Stack
+ [Node.js Express](https://github.com/expressjs/express)
+ [MongoDB](https://www.mongodb.com/)
+ [Socket.IO](https://socket.io/)
+ [Tocas UI](https://tocas-ui.com/)
## Installation
Install MongoDB, and following the steps.
+ how to install mongodb? [Install MongoDB (zh-tw)](https://dotblogs.com.tw/explooosion/2018/01/21/040728)
Using Reference Files - .env.example,
and rename to .env
+ DB_DATABASE=chat
+ DB_USERNAME
+ DB_PASSWORD
Clone project:
```bash
git clone https://github.com/explooosion/ChatRoom-With-SocketIO.git
```
```bash
cd ChatRoom-With-SocketIO/ChatRoom
```
```bash
npm install
```
```bash
npm start
```
## License
MIT