RT Chat is a simple real time chat box using NodeJS, MongoDB and SocketIO. It also feature Twemoji 😉.
1- Open a terminal on the root directory of the project then use this command to install the required modules.
npm install
2- On server.js replace 'db' by your mongodb database URI.
var db = "YOUR DATABASE HERE";
3- Start the app using.
node server
The app will be available on http://localhost:3000/
This project is licensed under the MIT License