There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An API gateway is a special kind of reverse proxy. A reverse proxy is a server that sits between clients and back-end services to distribute the client requests across multiple machines. A reverse proxy is a good choice for caching, security, and load balancing.