Skip to content

Latest commit

 

History

History

gravitee-apim-gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gravitee.io API Management - Gateway

Build status Join the community forum

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 Gravitee.io website.

Building

$ cd gravitee-apim-gateway
$ mvn clean compile exec:java -Pdev -pl gravitee-apim-gateway-standalone/gravitee-apim-gateway-standalone-container
...
<app starts and listens on port 8082>