Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
It will be nice to support multiple
paths
rather than just a singlepath
per service.For example, the following:
can be changed to: