Skip to content

explooosion/ChatRoom-With-SocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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