System Architecture
1. TLS Gateway
Nginx reverse proxy handles SSL handshake and routes traffic.
2. App Server
Express manages the API logic and coordinates with Redis.
3. In-Memory Store
Redis tracks analytics via atomic increments.
Infrastructure
- DigitalOcean Droplet
- Docker Compose
- Let's Encrypt SSL
- GitHub Actions CI/CD
- UFW + Fail2Ban