kucharzyk / spring-angular2-starter

PROJECT DISCONTINUED
MIT License
210 stars 65 forks source link

Separate API Gateway Service from UI Microservice #17

Closed tsukhu closed 8 years ago

tsukhu commented 8 years ago

Ideally the UI Service should be separate from the API Gateway Service , so that we can independently add new APIs to the Gateway without affecting the UI Service. Plus multiple UI Services can be added that utilize different APIs.

Also from a security point of view the backend APIs to API Gateway could have a separate security implemented as compared to the UI Services to the API Gateway. Added the same and tested it on Docker

image