Hango gateway is a high-performance, cloud-native, next-generation API Gateway. Hango portal is the backend of Hango UI. Hango portal, responsible for org.hango.cloud.dashboard.meta data manaagement, service,route,plugin configuration, etc...
Hango portal provides open api, you can call open api to create service, route, and configuration.
.
├── gateway-api
├── common-infra
└── envoy-infra
├── Dockerfile
├── src
└── pom.xml
├── LICENSE
├── README.md
└── pom.xml
gateway-portal directory is used to provide api to hango ui module.
Using maven
$ git clone [email protected]:hango-io/portal.git
$ cd portal
$ mvn clean package
If you wish to contribute to Hango API Gateway, please read the root projects' contributing files.