Node.js signaling server for the Gryt voice chat platform.
Manages WebRTC signaling, rooms, text chat, and file uploads.
docker pull ghcr.io/gryt-chat/server:latest
docker run -p 5000:5000 --env-file .env ghcr.io/gryt-chat/server:latestBrowse tags at ghcr.io/gryt-chat/server.
yarn install
cp example.env .env
yarn devStarts on http://localhost:5000.
Full docs at docs.gryt.chat/docs/server:
- API Reference — WebSocket events, REST endpoints, data structures
- Rate Limiting — score-based system, configuration
- Multi-Server — server isolation, room IDs
- Deployment — Docker Compose, Kubernetes
Please report bugs and request features in the main Gryt repository.