Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T11:58:15.000Z (over 7 years ago)
- Last Synced: 2024-10-24T13:51:01.072Z (13 days ago)
- Topics: api, api-gateway, gateway, microservices, nodejs, proxy, server
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 33
- Watchers: 5
- 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.
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
## Work in progress. Nothing to see here yet.
![API Gateway](https://github.com/roccomuso/api-gateway/blob/master/other/img/APIGateway.png?raw=true "Node.js API Gateway")
## 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.