NestCloud

August 17, 2020 ยท View on GitHub

NestCloud

NPM Version Package License NPM Downloads Travis Linux Coverage

A NodeJS micro-service solution based on Consul, writing by Typescript language and NestJS framework.

Dependency

  • Consul

Requirement Components

  • @nestcloud/common
  • @nestcloud/consul
  • @nestcloud/consul-service
  • @nestcloud/consul-loadbalance
  • @nestcloud/grpc

How to run

yarn
yarn run start:server1
yarn run start:server2
yarn run start:client

Then visit http://localhost:3004/heros

Contents

  1. 1Dependency
  2. 2Requirement Components
  3. 3How to run