Custom IPC transport using WebSockets instead of HTTP fetch
ws://localhost:9099/wails/ws
instead of the default HTTP fetch-based transport. All Wails generated bindings work identically!
GreetService.Greet(), GreetService.Echo(), etc. from the generated bindings,
proving that custom transports work seamlessly with Wails code generation.
timer:tick event every second. Because the WebSocket transport
implements EventTransport, these events are automatically forwarded to
the frontend with zero manual wiring code!