Skip to content

Latest commit

 

History

History

wasm-web-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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