79777860

Date: 2025-09-29 07:50:06
Score: 0.5
Natty:
Report link

Facade is not subset of Gateway, Gateway is not subset of Facade.

Gateway can proxy requests to one backend(system) only so it is not a Facade (less than Facade).

Gateway can authorize requests so it is not a Facade (more than Facade).

Gateway can proxy requests to different backends only according to URLs so it is exactly acts as a Facade.

Gateway purpose is Firewall, LoadBalancer, Authorization etc.

Facade purpose is hiding complexity of the system by providing single interface to this system.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ilya_dt