nest-cloud / nestcloud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestCloud

NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js framework.

NPM Version Package License NPM Downloads Travis Linux Coverage Backers on Open Collective Sponsors on Open Collective

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 module.

Etcd module.

Kubernetes client module.

Get local configurations.

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

Service registration and service discovery

Software load balancers primary for rest calls.

A decorator and loadbalance http client.

A loadbalance grpc client.

A API proxy module.

A job scheduler that supports distributed and decorator.

Logger module based on winston@2.x

Who used

Stay in touch

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

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

Individuals

Organizations

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

License

NestCloud is MIT licensed.

About

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

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%