https://github.com/roccomuso/api-gateway
Node.js API gateway that works as single entry point for all clients in a MicroService architecture pattern.
https://github.com/roccomuso/api-gateway
api api-gateway gateway microservices nodejs proxy server
Last synced: 4 months ago
JSON representation
Node.js API gateway that works as single entry point for all clients in a MicroService architecture pattern.
- Host: GitHub
- URL: https://github.com/roccomuso/api-gateway
- Owner: roccomuso
- Created: 2017-02-25T20:55:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T11:58:15.000Z (over 8 years ago)
- Last Synced: 2025-09-06T06:23:04.602Z (5 months ago)
- Topics: api, api-gateway, gateway, microservices, nodejs, proxy, server
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 33
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node API-Gateway
Node.js API gateway that works as single entry point for all clients in a MicroService architecture pattern.
[](https://github.com/feross/standard)
## Work in progress. Nothing to see here yet.

## Install
$ npm install --save api-gateway
## Features
- [ ] Cluster support to spawn multiple processes.
- [ ] Proxy WS.
- [ ] JSON descriptor for Services.
- [ ] Store descriptors.
## Enhancement
- [ ] Service discovery.
- [ ] Services descriptors dynamic update.