Home

Awesome

NestCloud

<p align="center"> NestCloud is a <a href="http://nodejs.org" target="blank">Node.js</a> micro-service solution, writing by <a href="https://www.typescriptlang.org" target="blank">Typescript</a> language and <a href="http://nestjs.com/" target="blank">Nest.js</a> framework.</p> <p align="center"> <p align="center"> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/v/@nestcloud/common.svg" alt="NPM Version"/></a> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/l/@nestcloud/common.svg" alt="Package License"/></a> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/dm/@nestcloud/common.svg" alt="NPM Downloads"/></a> <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://travis-ci.org/nest-cloud/nestcloud.svg?branch=master" alt="Travis"/></a> <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux" alt="Linux"/></a> <a href="https://coveralls.io/github/nest-cloud/nestcloud?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nest-cloud/nestcloud/badge.svg?branch=master" alt="Coverage"/></a> <a href="https://opencollective.com/nest-cloud#backer"><img src="https://opencollective.com/nest-cloud/backers/badge.svg" alt="Backers on Open Collective" /></a> <a href="https://opencollective.com/nest-cloud#sponsor"><img src="https://opencollective.com/nest-cloud/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

Install

$ npm install @nestcloud/cli -g

The NestCloud CLI is a command-line interface tool that helps you to initialize your NestCloud applications.

Read more here

Quick Start

CLI

$ nestcloud new nestcloud-app -t consul-app
$ nestcloud new nestcloud-app -t etcd-app

Starter

nestcloud-consul-starter

nestcloud-etcd-starter

Examples

nestcloud-typeorm-example

nestcloud-grpc-example

nestcloud-kubernetes-example

Components

Consul

Consul module.

Etcd

Etcd module.

Kubernetes

Kubernetes client module.

Boot

Get local configurations.

Config

Get & watch remote configurations from Consul KV, Etcd or Kubernetes ConfigMap.

Service

Service registration and service discovery

Loadbalance

Software load balancers primary for rest calls.

Http

A decorator and loadbalance http client.

Grpc

A loadbalance grpc client.

Proxy

A API proxy module.

Schedule

A job scheduler that supports distributed and decorator.

Logger

Logger module based on winston@2.x

Who used

<a href="https://www.yanrongyun.com" target="_blank"> <img src="https://nestcloud.org/_media/who-used/yanrong.svg"/> </a>

Stay in touch

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute]. <a href="https://github.com/nest-cloud/nestcloud/graphs/contributors"><img src="https://opencollective.com/nest-cloud/contributors.svg?width=890&button=false" /></a>

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

<a href="https://opencollective.com/nest-cloud"><img src="https://opencollective.com/nest-cloud/individuals.svg?width=890"></a>

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

<a href="https://opencollective.com/nest-cloud/organization/0/website"><img src="https://opencollective.com/nest-cloud/organization/0/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/1/website"><img src="https://opencollective.com/nest-cloud/organization/1/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/2/website"><img src="https://opencollective.com/nest-cloud/organization/2/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/3/website"><img src="https://opencollective.com/nest-cloud/organization/3/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/4/website"><img src="https://opencollective.com/nest-cloud/organization/4/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/5/website"><img src="https://opencollective.com/nest-cloud/organization/5/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/6/website"><img src="https://opencollective.com/nest-cloud/organization/6/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/7/website"><img src="https://opencollective.com/nest-cloud/organization/7/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/8/website"><img src="https://opencollective.com/nest-cloud/organization/8/avatar.svg"></a> <a href="https://opencollective.com/nest-cloud/organization/9/website"><img src="https://opencollective.com/nest-cloud/organization/9/avatar.svg"></a>

License

NestCloud is MIT licensed.