A breath of fresh air in communications.
- Registration
- Login
- Push Notification (Firebase)
- VoIP (WebRTC)
- E2E Encryption
- Rooms
- Name
- Members
- Permissions
- Messages
- Text
- Blob
- Image
- Video
- Audio
- Profile
- Username
- Avatar
cd server
docker build -t chat-server .// after you build the server
docker compose --env-file ./volumes/private/production.env up -dSample env file ./volumes/private/production.env
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=chat_db
AUTH_KEY=super secret key! really really!