Skip to content

Latest commit

 

History

History

examples

Examples

To run the examples, you first need to install the examples dependencies:

npm i

You can then run each example with:

node <example_name>/handler.js

For example:

# Run object example locally
node with_object/handler.js

# Make request (in another terminal)
curl http://localhost:8080