Tuesday 15 May 2018

API Gateway pattern

Anyone have any examples of implementing an API gateway (or backend for frontend) that I could check out? Not specifically AWS API Gateway, but rather how to architect a home-grown API gateway to other microservices in Node? I'm having trouble getting started.Nice to haves:Handling authenticationData transformation/aggregationI know how to do authentication and data massaging, I just don't know where to put it or how to structure it within my API gateway tier.Using Express.js

Submitted May 15, 2018 at 01:28PM by jsdotjs

No comments:

Post a Comment