API Gateway notes
Routing
A request comes in like "GET /users/123". The gateway knows where to send it. Maybe it goes to a users service running on port 3000, or maybe to a different server entirely. The gateway handles this mapping.
SSL Termination
SSL (Secure Socket...
tigerabrodi.blog2 min read