To run the examples, you first need to install the examples dependencies:
npm iYou can then run each example with:
node <example_name>/handler.jsFor example:
# Run object example locally
node with_object/handler.js
# Make request (in another terminal)
curl http://localhost:8080