igormcsouza / knowledge-base

Research and studies I found along my software days
https://igormcsouza.github.io/knowledge-base/
1 stars 0 forks source link

Gateway #3

Open igormcsouza opened 4 months ago

igormcsouza commented 4 months ago

A gateway in the API's world is a place where it can receive calls from everywhere redistributing to the correct API call and returning the answer, imagine a company has many cores and one single gateway connecting the need of the user to the correct core. It's marvelous.