api-gateway

Node.js API gateway that works as single entry point for all clients in a MicroService architecture pattern

Usage no npm install needed!

<script type="module">
  import apiGateway from 'https://cdn.skypack.dev/api-gateway';
</script>

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

Work in progress. Nothing to see here yet.

API Gateway

Features

  • Cluster support to spawn multiple processes.
  • Proxy WS.
  • JSON descriptor for Services.
  • Store descriptors.

Enhancement

  • Service discovery.
  • Services descriptors dynamic update.