Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

gravitee-io/gravitee-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4e4889 · Dec 8, 2021
Nov 29, 2021
Nov 9, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 29, 2021
Nov 30, 2021
Nov 30, 2021
Nov 19, 2021
Nov 19, 2021
Nov 30, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 22, 2021
Nov 19, 2021
Mar 12, 2021
May 26, 2021
Sep 15, 2021
Apr 9, 2018
Feb 17, 2021
May 13, 2016
May 31, 2015
Dec 8, 2021
Nov 8, 2017
Nov 30, 2021

Repository files navigation

Gravitee.io API Management - Gateway

⚠️ DEPRECATED This repository is no longer active, all the sources have been moved to a new monorepo: Gravitee.io API Management

The new repository is the single GitHub repository for everything related to Gravitee.io API Management.

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

$ 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
...
<app starts and listens on port 8082>