JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q46573F
  • License MIT

RESTful Client Facade for Pip.Services in Node.js

Package Exports

  • pip-services-facade-node

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pip-services-facade-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pip.Services Logo
RESTful client facade for Node.js

One of the common implementation patterns is to expose microservices via single entry point called API Gateway or Client Facade. The responsiblity of that component is to accept calls from external consumers, enforce security rules, perform authentication and authorization and when request is cleared it can call one or few microservices in a single transaction. Client Facades may also implement complex requests, combine multiple datasets and return then in a single transaction, push notifications via async mechanisms like Socket.IO or WebSockets.

This framework is a part of Pip.Services project. It provides reusable primitives to quickly build sophisticated client facades via composition of multiple routes and middleware components.

  • Services - Main and partition (subpath) facade services
  • Routes - Abstract facade route class and few generic routes
  • Errors - Error simulation

Quick Links:

Acknowledgements

The Node.js version of Pip.Services is created and maintained by Sergey Seroukhov