Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 424 Bytes

loco.tasks

HTTP_PORT="5555"
WASM_FILE="../loco.services/hello/main.wasm"
node --experimental-wasi-unstable-preview1 --no-warnings ../loco.services/hello/index.mjs

curl -X POST http://localhost:5555
-H 'Content-Type: text/plain; charset=utf-8'
-d 'Jane Doe' echo ""

curl -X POST http://localhost:8080/functions/hello/default
-H 'Content-Type: text/plain; charset=utf-8'
-d 'Bob Morane' echo ""

launcher.sh