This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-09 10:42:16 +01:00
|
|
|
# rb-gw
|
2021-10-30 20:37:14 +02:00
|
|
|
|
2021-11-09 10:42:16 +01:00
|
|
|
The gateway service serves several functions:
|
|
|
|
|
|
|
|
* Make the microservice architecture appear as a single API
|
|
|
|
* Route requests to their respective microservice
|
|
|
|
* Authenticate requests
|
|
|
|
|
|
|
|
This service is the only one that the end user will use & is also the only one
|
|
|
|
that allows connections from non-microservice sources.
|