Nothing Special   »   [go: up one dir, main page]

Skip to content

Latest commit

 

History

History

egress-router

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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