Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 1014 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 1014 Bytes

egress-router module

The module provides router (egress traffic) related handlers and util classes.

When the system need call light-api from legacy system or API developed different technologies, for example, node.js, .net, the client side need process service discovery, JWT token management, load TLS certs...;

Those client module feature can be done by using router handlers. The router handlers can delegate the client module features and help client side application to process service discovery, JWT token management, load TLS certs, etc.

To learn how to use light-router, pleases refer to