This page demonstrates the url:// protocol by executing methods locally in an SJVM sandbox after downloading bytecode from the url://helloworld/ service via libp2p P2P networking.
| Method | Response |
|---|---|
hello() | Hello World |
getNumber() | 42 |
health() | OK |
Call hello() | Call getNumber() | Call health()
This frontend connects to the UrlHelloWorldService via the url:// protocol.