Envoy
Envoy copied to clipboard
Simple web based Messaging app built with Nodejs.

Envoy (Live Demo)
Simple web based messaging app built with nodejs.
Table of Contents
- Features
- How To Use
- Contributing
- Credits
- License
Features
- Real time messaging
- Chat Room Support
- Database Support
- Shows status of other users (joined, online or left)
- Super easy to use

How To Use
Make sure you have node & mongodb installed in your system. Clone the repository, open terminal in the diretory and type the following command
$ npm install
$ npm run start
Now open your broswer and go to the following address
http://localhost:8080/
Contributing
To contribute
Step 1
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/NarutoVPS/Envoy.git
- 👯 Clone this repo to your local machine using
Step 2
- ⛓ Create a new branch with meaningful name
Step 3
- Do your Stuff! 🔨🔨🔨
Step 4
- 🔃 Create a new pull request
Credits
- Inffinite -> Major UI Improvements
- Pranav Mittal -> Bug Fix