Description
This application is a Nodejs-based real-time chat application with incorporated emojis (uses Emoji-Picker-jQuery-Emoji-Plugin).
Getting Started
- Clone the repository (https://www.github.com/pjedra96/real-time-chat) to a directory of your choice.
- Ensure that you have NodeJS installed (v6+) on your system.
- Install all dependencies on your machine at the root of the repository clone, using
npm install
. - Execute
npm start
from the NodeJS Command Prompt at the root of the clone. localhost:8080
in the browser.