A node JS based chat application
Easy chat aims to be a simple IRC-type-chat applications for small teams, using socket.io
- Pre assigned random usernames.
- Emoji Drawer (Support all mainstream emojis)
- Autocomplete for emojis
- One common chatroom and chatroom genrator
- Materialistic UI
###To use locally
- Clone the repo and install dependencies.
git clone https://github.com/Alafazam/easy_chat.git
cd easy_chat
npm install
- Done. now run:
npm start
- Go here