Introduction
- Set up SSL (WebRTC requires HTTPS, even locally via ngrok).
- Configure TURN servers (use Cloudflare’s free TURN or self-host Coturn).
- Hardcode a rate limiter (most repacks forget this; without it, bots will overwhelm you in 10 minutes).
6. Recommendations for Safety
- [ ] Last commit date (within 6 months).
- [ ] Mention of "STUN/TURN" servers (essential for NAT traversal).
- [ ] No hardcoded secrets in
config.jsor.env.example.