# README
Hello
This directory contains the "Hello, World!" application from the "Step by Step
Tutorial" section of the Service Weaver documentation. To run
the application, run go run .
. Then, curl the /hello
endpoint (e.g., curl localhost:12345/hello?name=Alice
).
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
graph TD
%% Nodes.
github.com/ServiceWeaver/weaver/Main(weaver.Main)
github.com/ServiceWeaver/weaver/examples/hello/Reverser(hello.Reverser)
%% Edges.
github.com/ServiceWeaver/weaver/Main --> github.com/ServiceWeaver/weaver/examples/hello/Reverser
# Interfaces
Reverser component.