Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 368 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 368 Bytes

WebAssembly-powered web service

This example shows how to use WebAssembly iotas with nanobus.

Running

nanobus run --debug

Querying the service

You can now query the web service with a tool like curl:

curl -H "Content-Type: application/json" \
  -d '{"name":"World!"}' \
  http://localhost:8080/hello

Run tests

apex test