An open API service indexing awesome lists of open source software.

https://github.com/viclm/mgate

Lightweight gateway written in Node
https://github.com/viclm/mgate

data-aggregation express gateway

Last synced: about 1 month ago
JSON representation

Lightweight gateway written in Node

Awesome Lists containing this project

README

          

# MGate

Lightweight gateway written in Node.

[![Build Status](https://travis-ci.org/viclm/mgate.svg?branch=master)](https://travis-ci.org/viclm/mgate)
[![Coverage Status](https://coveralls.io/repos/github/viclm/mgate/badge.svg?branch=master)](https://coveralls.io/github/viclm/mgate?branch=master)
[![npm package](https://img.shields.io/npm/v/mgate.svg)](https://www.npmjs.org/package/mgate)

## Features

- Data aggregation
- Format transformation
- Protocol transformation
- Rate-limiting
- Circuit breaker
- Authentication with JWT

## Status
Under development.

## Requirement
Node.js 7.10.1 or higher.

Node.js 8.4.0 is required for HTTP/2 protocol (Experimental).

## License
MIT