Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.