Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 338 Bytes

faast.js hello world JavaScript example

This example demonstrates basic use of faast.js in JavaScript, using the "local" provider (no cloud credentials required).

Prerequisites

Node 8+.

Installing dependencies

$ npm install

Running

$ node index.js

Expected output

hello world!