MarkPieszak / azure-func-http

Azure Functions HTTP adapter for Nest framework (node.js)

Home Page:https://nestjs.com/

Repository from Github https://github.comMarkPieszak/azure-func-httpRepository from Github https://github.comMarkPieszak/azure-func-http

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

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

Description

Azure Functions HTTP module for Nest.

Installation

Using the Nest CLI:

$ nest add @nestjs/azure-func-http

Additional options

You can pass additional flags to customize the post-install schematic. For example, if your base application directory is different than src, use --rootDir flag:

$ nest add @nestjs/azure-func-http --rootDir app

Other available flags:

  • rootModuleFileName - the name of the root module file, default: app.module
  • rootModuleClassName - the name of the root module class, default: AppModule
  • skipInstall - skip installing dependencies, default: false

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Azure Functions HTTP adapter for Nest framework (node.js)

https://nestjs.com/


Languages

Language:TypeScript 95.0%Language:JavaScript 5.0%