A desktop application for consuming NATS JetStream messages, built with Wails (Go backend + Svelte frontend).
wails dev
This starts a Vite dev server with hot reload for the frontend. A browser dev server is also available at http://localhost:34115.
wails build
Produces a redistributable production binary in build/bin/.
Wailstream reads its config from the user's config directory. Settings include:
namespaces – Kubernetes namespaces to probe for NATS servicesnatsPorts – Ports to identify NATS servicesportRangeStart / portRangeEnd – Local port range for port-forwardinginitialLoadLimit – Number of messages to fetch on initial consumer startnodePortHost – Host address for NodePort connections