It is a web application where users can chat into public/private groups.
This project has created using HTML, CSS, Semantic UI, JS, Node.js, Express, MongoDB, Socket.io.
-
Users need to login to chat into the public groups.
-
User must have private key/password for joining into private group.
-
User can also create public/private group.
-
User can join/create many groups.
-
Flash messages are responding to users interacting with the app.
-
Responsive web design
- Install MongoDB
git clone https://github.com/Sohan022/My-Chat-App.git
cd My-Chat-App
npm install
node server.js
- open web browser http://localhost:3000/