# gravitee-gateway **Repository Path**: strong_git/gravitee-gateway ## Basic Information - **Project Name**: gravitee-gateway - **Description**: Gravitee.io - API Management - OpenSource API Gateway - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Gravitee.io API Management - Gateway ifdef::env-github[] image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-gateway/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-gateway"] image:https://badges.gitter.im/Join Chat.svg["Gitter", link="https://gitter.im/gravitee-io/gravitee-io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] endif::[] == Overview The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand its goal. Unlike traditional HTTP proxy, the gateway is able to apply policies (ie. rules) to both HTTP requests and responses according to your needs, meaning that you can enhance requests and responses processing by adding transformation, security, and many other crazy features! == Documentation You can find Gravitee.io API Management documentation from https://docs.gravitee.io/[Gravitee.io website]. == Building ``` $ git clone https://github.com/gravitee-io/gravitee-gateway $ cd gravitee-gateway $ mvn clean compile exec:java -Pdev -pl gravitee-gateway-standalone/gravitee-gateway-standalone-container ... ```