hyperioxx / frontman

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.

Home Page:https://frontman-labs.github.io/frontman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Support

certino-simonchapman opened this issue · comments

To really see this excel, it may be some features are hyper specific to certain users of the platform. So perhaps if there was an easy way to create your own plugins and use them? Would be nice to then see a community grow of these plugins we could all benefit from 👍

hashicorp has an rpc plugin system which supposed to be easier than the golang plugin system https://github.com/hashicorp/go-plugin
@simonchapman1986