@faasjs/server
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

@faasjs/server

FaasJS's server module.

License: MIT NPM Version

Install

npm install @faasjs/server

Routing

Static routing:

  • / -> index.func.ts or index.func.tsx
  • /path -> path.func.ts or path.func.tsx or path/index.func.ts or path/index.func.tsx

Dynamic routing:

  • /* -> default.func.ts or default.func.tsx
  • /path/* -> path/default.func.ts or path/default.func.tsx

Classes

Functions

Readme

Keywords

none

Package Sidebar

Install

npm i @faasjs/server

Weekly Downloads

27

Version

2.2.0

License

MIT

Unpacked Size

31 kB

Total Files

7

Last publish

Collaborators

  • zfben