superbiche / openfaas-node12-restify-template

OpenFaaS language template: Restify based endpoint on Node 12 runtime that makes parsing a large number of content types easy out of the box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openfaas-node12-restify Template

Restify based endpoint on Node 12 runtime that makes parsing a large number of content types easy out of the box. Background article on this template : https://medium.com/@therealburningman/an-openfaas-multipart-body-processing-custom-language-template-based-on-node12-and-restify-7e9e8a78f9be

Usage

faas-cli template pull https://github.com/RapidCircle/openfaas-node12-restify-template
faas-cli new webhook --language node12-restify

License

Observing the license used by OpenFaas, so this is licensed under the MIT License

About

OpenFaaS language template: Restify based endpoint on Node 12 runtime that makes parsing a large number of content types easy out of the box

License:MIT License


Languages

Language:JavaScript 66.8%Language:Dockerfile 33.2%