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
- Host: GitHub
- URL: https://github.com/viclm/mgate
- Owner: viclm
- License: mit
- Created: 2018-08-27T07:44:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:37:27.000Z (over 3 years ago)
- Last Synced: 2025-03-21T08:34:52.714Z (about 1 year ago)
- Topics: data-aggregation, express, gateway
- Language: JavaScript
- Size: 1.46 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MGate
Lightweight gateway written in Node.
[](https://travis-ci.org/viclm/mgate)
[](https://coveralls.io/github/viclm/mgate?branch=master)
[](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