A self-hosted chat app for small teams.
fork from https://github.com/sdelements/lets-chat
- BYOS (bring your own server)
- Persistent messages
- Multiple rooms
- New message alerts
- Mentions (hey @you)
- Image embeds
- Code pasting
- File uploads
- SSL/TLS
- MIT Licensed
One-liner
git clone https://github.com/HanGee/HanChat && cd HanChat && npm i
Party time: http://localhost:5000
make sure you have installed forever
and mongodb
:
make deploy
Restart:
make restart