ChatRoom-With-SocketIO icon indicating copy to clipboard operation
ChatRoom-With-SocketIO copied to clipboard

a chatroom with node.js express and mongodb

ChatRoom-With-SocketIO

a chatroom with node.js express and mongodb

demo: http://room.robby570.tw/

license

Tech Stack

Installation

Install MongoDB, and following the steps.

Using Reference Files - .env.example, and rename to .env

  • DB_DATABASE=chat
  • DB_USERNAME
  • DB_PASSWORD

Clone project:

git clone https://github.com/explooosion/ChatRoom-With-SocketIO.git
cd ChatRoom-With-SocketIO/ChatRoom
npm install
npm start

License

MIT