GemframeSample::GreeterService
Example of typed arguments + validation in application logic.
JavaScript example: import CrystalBridge from "../framework/generated/crystal_bridge"; const text = await CrystalBridge.greeter.greet("Ada", new Date().toISOString()); console.log(text);