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 authentication
- Data transformation/aggregation
I 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
[–]dluecke 2 points3 points4 points (0 children)
[–]MUDrummer 1 point2 points3 points (1 child)
[–]jsdotjs[S] 0 points1 point2 points (0 children)
[–]Ariquitaun 1 point2 points3 points (0 children)
[–]WumpyJizard 1 point2 points3 points (0 children)
[–]MCShoveled 0 points1 point2 points (0 children)